Upgrade minor versions since this release will include unreleased game changes.

This commit is contained in:
2025-07-23 05:25:46 -07:00
parent f992d25d29
commit 920ee0d54c

View File

@@ -5,14 +5,14 @@ plugins {
android {
namespace = "com.hyperling.tictactoe"
compileSdk = 34
compileSdk = 36
defaultConfig {
applicationId = "com.hyperling.tictactoe"
minSdk = 21
targetSdk = 34
versionCode = 3
versionName = "1.0.2"
targetSdk = 36
versionCode = 4
versionName = "1.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
@@ -22,7 +22,7 @@ android {
buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}