mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
simplemobiletools.calculator - update, java17, ucm
This commit is contained in:
parent
d9ebc9a02f
commit
3e65ddec62
1 changed files with 15 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
|
|||
AutoName: Calculator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Calculator
|
||||
Repo: https://github.com/SimpleMobileTools/Simple-Calculator.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.6'
|
||||
|
|
@ -373,7 +373,19 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle
|
||||
|
||||
- versionName: 5.12.0
|
||||
versionCode: 61
|
||||
commit: 7ab1a8da5f56056883a5b5d4c4dfc38ec843de06
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.11.3
|
||||
CurrentVersionCode: 60
|
||||
UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)"
|
||||
CurrentVersion: 5.12.0
|
||||
CurrentVersionCode: 61
|
||||
|
|
|
|||
Loading…
Reference in a new issue