Compare commits
3 Commits
07cefd2776
...
dev
Author | SHA1 | Date | |
---|---|---|---|
f992d25d29 | |||
6eb2811814 | |||
f552cc77a8 |
@ -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 {
|
||||||
|
@ -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>
|
@ -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"
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user