Version 0.6.1

This commit is contained in:
Mikołaj Pich 2018-12-18 16:24:45 +01:00
parent 24e4870baf
commit 504a73ee6c
No known key found for this signature in database
GPG Key ID: F62B26E36D4C4BAA

View File

@ -23,8 +23,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 28 targetSdkVersion 28
versionCode 19 versionCode 20
versionName "0.6.0" versionName "0.6.1"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -74,7 +74,7 @@ androidExtensions {
play { play {
track = 'alpha' track = 'alpha'
uploadImages = true uploadImages = false
} }
configurations.all { configurations.all {