File tree Expand file tree Collapse file tree 4 files changed +21
-19
lines changed Expand file tree Collapse file tree 4 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 24
5
- buildToolsVersion " 24 .0.2 "
4
+ compileSdkVersion 27
5
+ buildToolsVersion " 27 .0.3 "
6
6
7
7
defaultConfig {
8
8
applicationId " za.co.riggaroo.helptut.helptutorialexample"
9
- minSdkVersion 11
10
- targetSdkVersion 24
9
+ minSdkVersion 14
10
+ targetSdkVersion 27
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -23,5 +23,5 @@ dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
testCompile ' junit:junit:4.12'
25
25
compile project(' :materialhelptutorial' )
26
- compile ' com.android.support:appcompat-v7:24.2.1 '
26
+ compile ' com.android.support:appcompat-v7:27.0.2 '
27
27
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ google()
6
7
}
7
8
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2 .1'
9
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
9
+ classpath ' com.android.tools.build:gradle:3.0 .1'
10
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
10
11
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
11
12
// NOTE: Do not place your application dependencies here; they belong
12
13
// in the individual module build.gradle files
@@ -16,6 +17,7 @@ buildscript {
16
17
allprojects {
17
18
repositories {
18
19
jcenter()
20
+ google()
19
21
}
20
22
}
21
23
Original file line number Diff line number Diff line change 1
- # Sun Oct 09 10:46:48 SAST 2016
1
+ # Wed Jan 03 12:39:22 SAST 2018
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-2.14 .1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4 .1-all.zip
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
apply plugin : ' com.jfrog.bintray'
4
4
5
- version = " 1.4 .0"
5
+ version = " 1.5 .0"
6
6
group = " za.co.riggaroo"
7
7
8
- def siteUrl = ' https://github.com/spongebobrf /MaterialIntroTutorial'
9
- def gitUrl = ' https://github.com/spongebobrf /MaterialIntroTutorial.git'
8
+ def siteUrl = ' https://github.com/riggaroo /MaterialIntroTutorial'
9
+ def gitUrl = ' https://github.com/riggaroo /MaterialIntroTutorial.git'
10
10
11
11
android {
12
- compileSdkVersion 24
13
- buildToolsVersion " 24 .0.2 "
12
+ compileSdkVersion 27
13
+ buildToolsVersion " 27 .0.3 "
14
14
15
15
defaultConfig {
16
- minSdkVersion 11
17
- targetSdkVersion 24
18
- versionCode 9
16
+ minSdkVersion 14
17
+ targetSdkVersion 27
18
+ versionCode 10
19
19
versionName version
20
20
}
21
21
buildTypes {
@@ -27,14 +27,14 @@ android {
27
27
}
28
28
29
29
dependencies {
30
- final SUPPORT_LIBRARY_VERSION = ' 24.2.1 '
30
+ final SUPPORT_LIBRARY_VERSION = ' 27.0.2 '
31
31
32
32
compile fileTree(dir : ' libs' , include : [' *.jar' ])
33
33
testCompile ' junit:junit:4.12'
34
34
compile " com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION "
35
35
compile " com.android.support:percent:$SUPPORT_LIBRARY_VERSION "
36
36
compile " com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION "
37
- compile ' com.github.bumptech.glide:glide:3.7 .0'
37
+ compile ' com.github.bumptech.glide:glide:3.8 .0'
38
38
}
39
39
40
40
You can’t perform that action at this time.
0 commit comments