File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 4343build /
4444
4545gradle.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
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments