Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit 3e0c5c3

Browse files
committed
chore: updated gradle build tools etc.
1 parent 3b23efd commit 3e0c5c3

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
4+
compileSdkVersion 24
5+
buildToolsVersion "24.0.2"
66

77
defaultConfig {
88
applicationId "za.co.riggaroo.helptut.helptutorialexample"
99
minSdkVersion 11
10-
targetSdkVersion 23
10+
targetSdkVersion 24
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -23,5 +23,5 @@ dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
testCompile 'junit:junit:4.12'
2525
compile project(':materialhelptutorial')
26-
compile 'com.android.support:appcompat-v7:23.1.1'
26+
compile 'com.android.support:appcompat-v7:24.2.1'
2727
}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.0'
9-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
10-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
8+
classpath 'com.android.tools.build:gradle:2.2.0'
9+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed May 11 08:28:41 SAST 2016
1+
#Sun Oct 09 10:46:48 SAST 2016
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-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

materialhelptutorial/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
99
def gitUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial.git'
1010

1111
android {
12-
compileSdkVersion 23
13-
buildToolsVersion "23.0.2"
12+
compileSdkVersion 24
13+
buildToolsVersion "24.0.2"
1414

1515
defaultConfig {
1616
minSdkVersion 11
17-
targetSdkVersion 23
17+
targetSdkVersion 24
1818
versionCode 8
1919
versionName version
2020
}
@@ -27,7 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30-
final SUPPORT_LIBRARY_VERSION = '23.1.1'
30+
final SUPPORT_LIBRARY_VERSION = '24.2.1'
3131

3232
compile fileTree(dir: 'libs', include: ['*.jar'])
3333
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)