Skip to content
This repository was archived by the owner on Jan 30, 2022. It is now read-only.

Commit c15449b

Browse files
committed
change buildtool to 22.0.1
1 parent 96f88ad commit c15449b

File tree

4 files changed

+23
-28
lines changed

4 files changed

+23
-28
lines changed

.idea/misc.xml

Lines changed: 20 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 22
5-
buildToolsVersion "23.0.0 rc2"
5+
buildToolsVersion "22.0.1"
66

77
defaultConfig {
88
minSdkVersion 15

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 22
5-
buildToolsVersion "23.0.0 rc2"
5+
buildToolsVersion "22.0.1"
66

77
defaultConfig {
88
applicationId "com.liangfeizc.rubberindicator"

0 commit comments

Comments
 (0)