Compare commits

...

9 Commits

5 changed files with 11 additions and 12 deletions

View File

@@ -8,9 +8,9 @@ and maybe even make the game mad. 🐇🥚
## Download ## 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 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 ## TODO

View File

@@ -5,14 +5,14 @@ plugins {
android { android {
namespace = "com.hyperling.tictactoe" namespace = "com.hyperling.tictactoe"
compileSdk = 34 compileSdk = 36
defaultConfig { defaultConfig {
applicationId = "com.hyperling.tictactoe" applicationId = "com.hyperling.tictactoe"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 36
versionCode = 2 versionCode = 4
versionName = "1.0.1" versionName = "1.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {
@@ -22,7 +22,7 @@ android {
buildTypes { buildTypes {
release { release {
isMinifyEnabled = false isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro") proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
} }
} }
@@ -47,7 +47,6 @@ android {
} }
dependencies { dependencies {
implementation(libs.androidx.core.ktx) implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx) implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.activity.compose) implementation(libs.androidx.activity.compose)

View File

@@ -11,6 +11,6 @@
<string name="link1_text">Website</string> <string name="link1_text">Website</string>
<string name="link1_uri">https://hyperling.com</string> <string name="link1_uri">https://hyperling.com</string>
<string name="link2_text">GitHub</string> <string name="link2_text">Source Code</string>
<string name="link2_uri">https://github.com/Hyperling/TicTacToeAndroid</string> <string name="link2_uri">https://git.hyperling.com/me/android-tictactoe</string>
</resources> </resources>

View File

@@ -1,5 +1,5 @@
[versions] [versions]
agp = "8.5.0" agp = "8.11.1"
kotlin = "1.9.0" kotlin = "1.9.0"
coreKtx = "1.10.1" coreKtx = "1.10.1"
junit = "4.13.2" junit = "4.13.2"

View File

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