File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6- // maven { url 'https://dl.google.com/dl/android/maven2/' }
76 }
87 dependencies {
98 classpath ' com.android.tools.build:gradle:2.3.3'
@@ -17,6 +16,9 @@ buildscript {
1716allprojects {
1817 repositories {
1918 jcenter()
19+ maven {
20+ url " https://maven.google.com"
21+ }
2022 }
2123}
2224
@@ -25,10 +27,10 @@ task clean(type: Delete) {
2527}
2628
2729ext {
28- targetSdkVersion = 25
29- buildToolsVersion = ' 25 .0.3 '
30- compileSdkVersion = 25
30+ targetSdkVersion = 26
31+ buildToolsVersion = ' 26 .0.0 '
32+ compileSdkVersion = 26
3133
3234 // Libraries
33- supportLibraryVersion = ' 25.3.1 '
35+ supportLibraryVersion = ' 26.0.0 '
3436}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 buildToolsVersion rootProject. ext. buildToolsVersion
99
1010 defaultConfig {
11- minSdkVersion 9
11+ minSdkVersion 14
1212 targetSdkVersion rootProject. ext. targetSdkVersion
1313 versionCode 17
1414 versionName " 1.2.3"
You can’t perform that action at this time.
0 commit comments