Skip to content

Commit

Permalink
Only include the google libraries that are needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
roundhill committed Sep 29, 2015
1 parent e1d1de8 commit 66ca3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Simplenote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dependencies {
compile "com.simperium.android:simperium:0.6.6"
compile "com.android.support:appcompat-v7:23.0.1"
compile 'com.android.support:design:23.0.1'
compile "com.google.android.gms:play-services:6.1.+"
compile "com.google.android.gms:play-services-analytics:8.1.0"
compile "com.google.android.gms:play-services-wearable:8.1.0"
compile "org.wordpress:passcodelock:1.0.0"

wearApp project(':Wear')
Expand Down
2 changes: 1 addition & 1 deletion Wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:+'
compile 'com.google.android.gms:play-services-wearable:5.0.77'
compile 'com.google.android.gms:play-services-wearable:8.1.0'
}

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

0 comments on commit 66ca3c2

Please sign in to comment.