Skip to content

Commit 83fc2ae

Browse files
committed
Update support libraries and gradle dependencies
1 parent 62d4c05 commit 83fc2ae

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

build.gradle

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff 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

1111
ext {
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

2020
allprojects {
2121
repositories {
2222
jcenter()
23-
maven {
24-
url "https://maven.google.com"
25-
}
23+
google()
2624
}
2725
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 20 18:17:50 EEST 2017
1+
#Mon Dec 04 19:46:53 EET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

library/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
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>

0 commit comments

Comments
 (0)