File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ task clean(type: Delete) {
66// Define versions in a single place
77ext {
88 // Sdk and tools
9- minSdkVersion = 11
10- targetSdkVersion = 25
11- compileSdkVersion = 25
12- buildToolsVersion = ' 24 .0.2 '
9+ minSdkVersion = 15
10+ targetSdkVersion = 27
11+ compileSdkVersion = 27
12+ buildToolsVersion = ' 27 .0.3 '
1313
1414 // App dependencies
15- supportLibraryVersion = ' 25 .1.1'
15+ supportLibraryVersion = ' 27 .1.1'
1616 playServicesVersion = ' 10.0.1'
1717 mapUtilsServices = ' 0.4.2'
1818 daggerVersion = ' 2.2'
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ repositories {
2121 mavenCentral()
2222 maven { url ' https://maven.fabric.io/public' }
2323 jcenter()
24+ maven { url " https://maven.google.com" }
2425 maven { url " https://jitpack.io" }
2526 maven { url ' http://dl.bintray.com/amulyakhare/maven' }
2627}
You can’t perform that action at this time.
0 commit comments