Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb458429e4 | |||
| 6eb41643be | |||
| 6bcc8c2f05 |
@@ -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.
|
||||
|
||||
@@ -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.
@@ -11,8 +11,8 @@
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0",
|
||||
"versionCode": 2,
|
||||
"versionName": "2.1.0",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user