Subversion Repository Public Repository

Nextrek

Diff Revisions 661 vs 715 for /Android/SmartCharging/SmartCharging/app/build.gradle

Diff revisions: vs.
  @@ -28,6 +28,7 @@
28 28 }
29 29
30 30 repositories {
31 + mavenCentral()
31 32 maven { url 'http://raw.github.com/wada811/Android-Material-Design-Colors/master/repository/' }
32 33 }
33 34
  @@ -42,6 +43,7 @@
42 43 compile 'com.android.support:cardview-v7:22.2.1'
43 44 compile 'com.google.android.gms:play-services:7.3.0'
44 45 compile 'com.github.paolorotolo:appintro:3.2.0'
46 + compile 'com.makeramen:roundedimageview:2.2.0'
45 47 compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5.1'
46 48 compile ('org.apache.httpcomponents:httpmime:4.3.6') {
47 49 exclude module: 'httpclient'