Skip to content

Commit dd14cce

Browse files
committed
Update Google Play Services
1 parent 018e208 commit dd14cce

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

SensingKitLib/SensingKitLib.iml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" />
7272
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex-cache" />
7373
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/jars" />
74-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.3.0/jars" />
75-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.google.android.gms/play-services-location/7.3.0/jars" />
76-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.google.android.gms/play-services-maps/7.3.0/jars" />
74+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.google.android.gms/play-services-base/7.5.0/jars" />
75+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.google.android.gms/play-services-location/7.5.0/jars" />
76+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.google.android.gms/play-services-maps/7.5.0/jars" />
7777
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
7878
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" />
7979
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javaResources" />
@@ -93,10 +93,10 @@
9393
</content>
9494
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
9595
<orderEntry type="sourceFolder" forTests="false" />
96+
<orderEntry type="library" exported="" name="play-services-maps-7.5.0" level="project" />
9697
<orderEntry type="library" exported="" name="support-v4-22.0.0" level="project" />
97-
<orderEntry type="library" exported="" name="play-services-location-7.3.0" level="project" />
98+
<orderEntry type="library" exported="" name="play-services-base-7.5.0" level="project" />
9899
<orderEntry type="library" exported="" name="support-annotations-22.0.0" level="project" />
99-
<orderEntry type="library" exported="" name="play-services-maps-7.3.0" level="project" />
100-
<orderEntry type="library" exported="" name="play-services-base-7.3.0" level="project" />
100+
<orderEntry type="library" exported="" name="play-services-location-7.5.0" level="project" />
101101
</component>
102102
</module>

SensingKitLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android {
2020

2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
23-
compile 'com.google.android.gms:play-services-location:7.3.0'
23+
compile 'com.google.android.gms:play-services-location:7.5.0'
2424
}

0 commit comments

Comments
 (0)