Skip to content

Commit db1488b

Browse files
committed
remove supportv7 24
1 parent 65c1b7c commit db1488b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roundprogressbar/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 23
55
buildToolsVersion "23.0.3"
66

77
defaultConfig {
88
minSdkVersion 15
9-
targetSdkVersion 24
9+
targetSdkVersion 23
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -21,5 +21,5 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
testCompile 'junit:junit:4.12'
24-
compile 'com.android.support:appcompat-v7:24.0.0'
24+
//compile 'com.android.support:appcompat-v7:24.0.0'
2525
}

0 commit comments

Comments
 (0)