diff --git a/app/build.gradle b/app/build.gradle index e27d67047..f9b6f3d3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { testApplicationId "io.github.tests.wulkanowy" minSdkVersion 15 targetSdkVersion 28 - versionCode 19 - versionName "0.6.0" + versionCode 20 + versionName "0.6.1" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -74,7 +74,7 @@ androidExtensions { play { track = 'alpha' - uploadImages = true + uploadImages = false } configurations.all {