This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ ext {
28
28
// NOTE: This is the official version number used during publication.
29
29
PUBLISH_VERSION = ' 3.13.1'
30
30
APPCOMPAT_VERSION = ' 25.3.0'
31
- BUILD_TOOLS_VERSION = ' 25 .0.2'
31
+ BUILD_TOOLS_VERSION = ' 26 .0.2'
32
32
}
33
33
34
34
android {
35
- compileSdkVersion 25
35
+ compileSdkVersion 26
36
36
buildToolsVersion BUILD_TOOLS_VERSION
37
37
defaultConfig {
38
38
minSdkVersion 10
39
- targetSdkVersion 25
39
+ targetSdkVersion 26
40
40
versionCode 1
41
41
versionName PUBLISH_VERSION
42
42
}
Original file line number Diff line number Diff line change 26
26
buildscript {
27
27
repositories {
28
28
jcenter()
29
+ google()
29
30
}
30
31
dependencies {
31
32
classpath ' ch.raffael.pegdown-doclet:pegdown-doclet:1.3'
32
- classpath ' com.android.tools.build:gradle:2.2.3 '
33
+ classpath ' com.android.tools.build:gradle:3.0.0 '
33
34
classpath " io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
34
35
35
36
// NOTE: Do not place your application dependencies here; they belong
@@ -40,6 +41,7 @@ buildscript {
40
41
allprojects {
41
42
repositories {
42
43
jcenter()
44
+ google()
43
45
}
44
46
}
45
47
Original file line number Diff line number Diff line change 1
- # Fri Dec 09 15:07:31 CET 2016
1
+ # Fri Nov 17 12:16:27 CET 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments