We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c1b7c commit db1488bCopy full SHA for db1488b
roundprogressbar/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 24
+ compileSdkVersion 23
5
buildToolsVersion "23.0.3"
6
7
defaultConfig {
8
minSdkVersion 15
9
- targetSdkVersion 24
+ targetSdkVersion 23
10
versionCode 1
11
versionName "1.0"
12
}
@@ -21,5 +21,5 @@ android {
21
dependencies {
22
compile fileTree(dir: 'libs', include: ['*.jar'])
23
testCompile 'junit:junit:4.12'
24
- compile 'com.android.support:appcompat-v7:24.0.0'
+ //compile 'com.android.support:appcompat-v7:24.0.0'
25
0 commit comments