Skip to content

Commit

Permalink
reset buildToolsVersion. 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XunMengWinter committed Aug 1, 2018
1 parent 876f743 commit 3664d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circularanim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ group='com.github.XunMengWinter'

android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
buildToolsVersion '26.0.3'

defaultConfig {
minSdkVersion 9
targetSdkVersion 27
versionCode 9
versionName "0.4.2"
versionCode 10
versionName "0.4.3"
}
buildTypes {
release {
Expand Down

0 comments on commit 3664d16

Please sign in to comment.