Skip to content

Commit e857d66

Browse files
committed
Download google playservice from 11.0.1 to 10.0.1
1 parent fbc70c2 commit e857d66

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,24 @@ out/
4343
build/
4444

4545
gradle.properties
46+
47+
# SVN files
48+
.svn
49+
50+
# Mercurial files
51+
.hg
52+
53+
#lint
54+
lint.xml
55+
56+
# gradle
57+
.gradle/
58+
gradle/
59+
60+
# etc
61+
version_name.txt
62+
63+
# crashtics
64+
crashlytics.properties
65+
crashlytics-build.properties
66+
com_crashlytics_export_strings.xml

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
repositories {
1414
mavenCentral()
1515
}
16-
compile 'com.google.android.gms:play-services-location:11.0.1'
16+
compile 'com.google.android.gms:play-services-location:10.0.1'
1717
compile 'com.android.support:support-annotations:25.3.1'
1818
testCompile "junit:junit:$junitVersion"
1919
testCompile "org.robolectric:robolectric:$robolectricVersion"

0 commit comments

Comments
 (0)