Compare commits
No commits in common. "6eb281181449d16515d06ea5d52b2d6259e32262" and "07cefd2776e688f3317bb5096c54872cb9a8e054" have entirely different histories.
6eb2811814
...
07cefd2776
@ -11,8 +11,8 @@ android {
|
||||
applicationId = "com.hyperling.tictactoe"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 3
|
||||
versionName = "1.0.2"
|
||||
versionCode = 2
|
||||
versionName = "1.0.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
@ -11,6 +11,6 @@
|
||||
|
||||
<string name="link1_text">Website</string>
|
||||
<string name="link1_uri">https://hyperling.com</string>
|
||||
<string name="link2_text">Source Code</string>
|
||||
<string name="link2_uri">https://git.hyperling.com/me/android-tictactoe</string>
|
||||
<string name="link2_text">GitHub</string>
|
||||
<string name="link2_uri">https://github.com/Hyperling/TicTacToeAndroid</string>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user