Subversion Repository Public Repository

Nextrek

Diff Revisions 599 vs 611 for /Android/SmartCharging/SmartCharging/app/build.gradle

Diff revisions: vs.
  @@ -38,12 +38,12 @@
38 38 compile 'com.wada811:android-material-design-colors:2.0.0'
39 39 compile 'com.facebook.android:facebook-android-sdk:4.0.0'
40 40 compile 'com.android.support:design:22.2.0'
41 - compile 'com.android.support:appcompat-v7:22.1.1'
41 + compile 'com.android.support:appcompat-v7:22.2.1'
42 42 compile 'com.android.support:cardview-v7:22.2.1'
43 43 compile 'com.google.android.gms:play-services:7.3.0'
44 44 compile 'com.github.paolorotolo:appintro:3.2.0'
45 45 compile group: 'org.apache.httpcomponents' , name: 'httpclient-android' , version: '4.3.5.1'
46 - compile('org.apache.httpcomponents:httpmime:4.3.6') {
46 + compile ('org.apache.httpcomponents:httpmime:4.3.6') {
47 47 exclude module: 'httpclient'
48 48 }
49 49