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
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
2222dependencies {
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'
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ group = 'at.blogc'
88version = fullVersion
99
1010android {
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
3434dependencies {
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}
You can’t perform that action at this time.
0 commit comments