File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
translationviewdraghelper Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 components :
88 - platform-tools
99 - tools
10- - build-tools-24.0.0
10+ - build-tools-24.0.1
1111 - android-24
1212 - extra-android-m2repository
1313
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 24
5- buildToolsVersion " 24.0.0 "
5+ buildToolsVersion " 24.0.1 "
66
77 defaultConfig {
88 applicationId " com.commit451.betterviewdraghelper.sample"
@@ -25,6 +25,6 @@ android {
2525dependencies {
2626 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2727 testCompile ' junit:junit:4.12'
28- compile ' com.android.support:appcompat-v7:24.0 .0'
28+ compile ' com.android.support:appcompat-v7:24.2 .0'
2929 compile project(' :translationviewdraghelper' )
3030}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.1.2 '
9- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3 '
8+ classpath ' com.android.tools.build:gradle:2.1.3 '
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Mon Dec 28 10:00:20 PST 2015
1+ # Mon Aug 22 15:19:17 CDT 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 @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 24
5- buildToolsVersion " 24.0.0 "
5+ buildToolsVersion " 24.0.1 "
66
77 defaultConfig {
88 minSdkVersion 14
@@ -24,7 +24,7 @@ android {
2424dependencies {
2525 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2626 testCompile ' junit:junit:4.12'
27- compile ' com.android.support:support-v4 :24.0 .0'
27+ compile ' com.android.support:support-compat :24.2 .0'
2828}
2929
3030apply from : ' https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.0.0/gradle-android-javadocs.gradle'
You can’t perform that action at this time.
0 commit comments