Skip to content

Commit 66ca3c2

Browse files
committed
Only include the google libraries that are needed.
Ref: https://developers.google.com/android/guides/setup#split
1 parent e1d1de8 commit 66ca3c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Simplenote/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dependencies {
2020
compile "com.simperium.android:simperium:0.6.6"
2121
compile "com.android.support:appcompat-v7:23.0.1"
2222
compile 'com.android.support:design:23.0.1'
23-
compile "com.google.android.gms:play-services:6.1.+"
23+
compile "com.google.android.gms:play-services-analytics:8.1.0"
24+
compile "com.google.android.gms:play-services-wearable:8.1.0"
2425
compile "org.wordpress:passcodelock:1.0.0"
2526

2627
wearApp project(':Wear')

Wear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
dependencies {
3636
compile fileTree(dir: 'libs', include: ['*.jar'])
3737
compile 'com.google.android.support:wearable:+'
38-
compile 'com.google.android.gms:play-services-wearable:5.0.77'
38+
compile 'com.google.android.gms:play-services-wearable:8.1.0'
3939
}
4040

4141
if(["storeFile", "storePassword", "keyAlias", "keyPassword"].count { !project.hasProperty(it) } == 0 ){

0 commit comments

Comments
 (0)