File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed
Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:0.12 .+'
6+ classpath ' com.android.tools.build:gradle:0.14 .+'
77 }
88}
99
@@ -17,11 +17,7 @@ repositories {
1717}
1818
1919dependencies {
20- // Patched version of AndroidAsync see simperium/simperium-android issue #156
21- compile ' org.wordpress:androidasync:1.3.9-SNAPSHOT@aar'
22- compile(' com.simperium.android:simperium:0.5.0' ) {
23- exclude group : ' com.koushikdutta.async' , module : ' androidasync'
24- }
20+ compile(' com.simperium.android:simperium:0.4.12' )
2521
2622 compile " com.google.android.gms:play-services:6.1.+"
2723 compile " com.android.support:support-v4:21.+"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-1.12 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.1 -all.zip
You can’t perform that action at this time.
0 commit comments