Skip to content

Commit 899894b

Browse files
committed
Removed analytics.xml
Use Simperium 0.4.12, which now includes fix for AndroidAsync crash.
1 parent 691d765 commit 899894b

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

Simplenote/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

1919
dependencies {
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.+"

Simplenote/src/main/res/values/analytics.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)