Compare commits

..

3 Commits

4 changed files with 6 additions and 6 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.hyperling.tictactoe" applicationId = "com.hyperling.tictactoe"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 2 versionCode = 3
versionName = "1.0.1" versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

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.7.3"
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.9-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists