3 Commits

Author SHA1 Message Date
crsmthw cb458429e4 fixed version 2026-05-15 15:25:03 +03:00
crsmthw 6eb41643be Updated Readme 2026-05-15 15:12:19 +03:00
crsmthw 6bcc8c2f05 Updated Readme 2026-05-15 15:05:48 +03:00
5 changed files with 14 additions and 4 deletions
+10
View File
@@ -78,6 +78,16 @@ Every Phase 10 score tracker app on the Play Store falls into one of a few categ
---
## Install
[<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" alt="Get it on Obtainium" height="80">](http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/CrsMthw/Phase10-Tracker)
Tapping this button on your Android device will open Obtainium and automatically add the repo — it'll notify you and install new releases automatically from then on.
Or go to the Releases page and download the latest APK manually.
---
## Building
Requirements: Android Studio (latest stable), JDK 17+, Android SDK 37.
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "com.crsmthw.phase10tracker"
minSdk = 35
targetSdk = 37
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "2.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"versionCode": 2,
"versionName": "2.1.0",
"outputFile": "app-release.apk"
}
],