Skip to content

Commit 1a34210

Browse files
committed
update target / compile SDK to 24
1 parent 002cf91 commit 1a34210

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 3 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
4+
compileSdkVersion 24
55
buildToolsVersion "23.0.3"
66

77
defaultConfig {
88
applicationId "blogc.at.android.views"
99
minSdkVersion 14
10-
targetSdkVersion 23
10+
targetSdkVersion 24
1111
versionCode 1
1212
versionName "1.0.0"
1313
}
@@ -21,7 +21,9 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:appcompat-v7:23.3.0'
24+
compile 'com.android.support:appcompat-v7:24.1.1'
25+
26+
compile 'com.android.support:support-annotations:24.1.1'
2527
compile project(':expandabletextview')
2628

2729
testCompile 'junit:junit:4.12'

expandabletextview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ group = 'at.blogc'
88
version = fullVersion
99

1010
android {
11-
compileSdkVersion 23
11+
compileSdkVersion 24
1212
buildToolsVersion "23.0.3"
1313

1414
defaultConfig {
1515
minSdkVersion 14
16-
targetSdkVersion 23
16+
targetSdkVersion 24
1717
versionCode 1
1818
versionName fullVersion
1919

@@ -33,7 +33,7 @@ repositories {
3333

3434
dependencies {
3535
compile fileTree(dir: 'libs', include: ['*.jar'])
36-
compile 'com.android.support:support-annotations:23.3.0'
36+
compile 'com.android.support:support-annotations:24.1.1'
3737

3838
testCompile 'junit:junit:4.12'
3939
}

0 commit comments

Comments
 (0)