v1.1.0 - Update Android Target; Release Old Commits #1

Merged
me merged 11 commits from dev into main 2025-08-17 09:35:22 -07:00
Showing only changes of commit 920ee0d54c - Show all commits

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")
}
}