File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.1.3 '
8+ classpath ' com.android.tools.build:gradle:2.2.0 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
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.1 "
5+ buildToolsVersion " 24.0.2 "
66
77 defaultConfig {
88 applicationId ' net.sjava.advancedasynctask.demo'
@@ -31,6 +31,6 @@ android {
3131dependencies {
3232 compile fileTree(dir : ' libs' , include : [' *.jar' ])
3333 compile project(' :library' )
34- compile ' com.android.support:appcompat-v7:24.2.0 '
34+ compile ' com.android.support:appcompat-v7:24.2.1 '
3535 // compile 'net.sjava:advancedasynctask:1.0.0'
3636}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
2323
2424android {
2525 compileSdkVersion 24
26- buildToolsVersion " 24.0.1 "
26+ buildToolsVersion " 24.0.2 "
2727
2828 lintOptions {
2929 checkReleaseBuilds false
@@ -60,7 +60,7 @@ android {
6060
6161dependencies {
6262 compile fileTree(dir : ' libs' , include : [' *.jar' ])
63- compile ' com.android.support:appcompat-v7:24.2.0 '
63+ compile ' com.android.support:appcompat-v7:24.2.1 '
6464}
6565
6666// apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
You can’t perform that action at this time.
0 commit comments