File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ android:
44 components :
55 - platform-tools
66 - tools
7+ - extra-android-m2repository
78
8- - build-tools-20.0.0
9- - android-20
9+ - build-tools-23.0.1
10+ - android-23
11+
12+ sudo : false
1013
1114
1215script : ./gradlew build
Original file line number Diff line number Diff line change 11VERSION_NAME =1.2.0-SNAPSHOT
22VERSION_CODE =23
3- BUILD_TOOLS_VERSION =23
3+ BUILD_TOOLS_VERSION =23.0.1
44COMPILE_SDK_VERSION =23
55GROUP =com.github.castorflex.smoothprogressbar
66
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616
1717 defaultConfig {
1818 minSdkVersion 14
19- targetSdkVersion 21
19+ targetSdkVersion 23
2020 versionName project. VERSION_NAME
2121 versionCode Integer . parseInt(project. VERSION_CODE )
2222 }
You can’t perform that action at this time.
0 commit comments