Compare commits

..

3 Commits

3 changed files with 8 additions and 8 deletions

View File

@@ -8,9 +8,9 @@ and maybe even make the game mad. 🐇🥚
## Download
App is hosted at [Hyperling.com](https://hyperling.com/home/#tictactoe) where
App is hosted at [git.hyperling.com](https://git.hyperling.com/me/android-tictactoe) where
it is also available for
[Direct Download](https://hyperling.com/files/apks/TicTacToe.apk).
[Direct Download](https://git.hyperling.com/me/android-tictactoe/releases).
## TODO

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

View File

@@ -1,6 +1,6 @@
#Sat Mar 30 12:28:25 MST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists