Skip to content

Commit ebe1824

Browse files
committed
updates classes
1 parent 47ec3ad commit ebe1824

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
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 {
3131
dependencies {
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
}

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323

2424
android {
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

6161
dependencies {
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'

0 commit comments

Comments
 (0)