File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed
library/src/main/res/values Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,23 @@ buildscript {
33 jcenter()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:2.3.3 '
7- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
6+ classpath ' com.android.tools.build:gradle:3.0.1 '
7+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
88 }
99}
1010
1111ext {
12- compileSdkVersion = 25
13- buildToolsVersion = ' 25 .0.3 '
12+ compileSdkVersion = 26
13+ buildToolsVersion = ' 26 .0.2 '
1414 minSdkVersion = 15
15- targetSdkVersion = 25
15+ targetSdkVersion = 26
1616
17- supportPackageVersion = ' 25.4 .0'
17+ supportPackageVersion = ' 26.1 .0'
1818}
1919
2020allprojects {
2121 repositories {
2222 jcenter()
23- maven {
24- url " https://maven.google.com"
25- }
23+ google()
2624 }
2725}
Original file line number Diff line number Diff line change 1- # Thu Jul 20 18:17:50 EEST 2017
1+ # Mon Dec 04 19:46:53 EET 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 .1-all.zip
Original file line number Diff line number Diff line change 1515 <item name =" android:windowEnterAnimation" >@anim/progress_hint_popup_show</item >
1616 <item name =" android:windowExitAnimation" >@anim/progress_hint_popup_hide</item >
1717 </style >
18- </resources >
18+ </resources >
You can’t perform that action at this time.
0 commit comments