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 {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion '25.0.3'
|
buildToolsVersion '26.0.3'
|
||||||
|
|
||||||
testOptions {
|
testOptions {
|
||||||
unitTests.returnDefaultValues = true
|
unitTests.returnDefaultValues = true
|
||||||
|
@ -12,8 +12,8 @@ android {
|
||||||
applicationId "org.secuso.privacyfriendlysudoku"
|
applicationId "org.secuso.privacyfriendlysudoku"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 5
|
versionCode 6
|
||||||
versionName "2.1.1"
|
versionName "2.1.2"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in a new issue