buildToolsVersion update
This commit is contained in:
parent
ee0d7219b2
commit
4d06281617
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.3'
|
||||
buildToolsVersion '26.0.3'
|
||||
|
||||
testOptions {
|
||||
unitTests.returnDefaultValues = true
|
||||
|
@ -12,8 +12,8 @@ android {
|
|||
applicationId "org.secuso.privacyfriendlysudoku"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 5
|
||||
versionName "2.1.1"
|
||||
versionCode 6
|
||||
versionName "2.1.2"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue