This repository was archived by the owner on Jun 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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}
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 1- # Wed May 11 08:28:41 SAST 2016
1+ # Sun Oct 09 10:46:48 SAST 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ def siteUrl = 'https://github.com/spongebobrf/MaterialIntroTutorial'
99def gitUrl = ' https://github.com/spongebobrf/MaterialIntroTutorial.git'
1010
1111android {
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
2929dependencies {
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'
You can’t perform that action at this time.
0 commit comments