mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Easter Eggs to 1.9.6
This commit is contained in:
parent
b2702df272
commit
6259087d12
1 changed files with 17 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ Changelog: https://github.com/hushenghao/AndroidEasterEggs/releases
|
|||
Donate: https://paypal.me/dede2233
|
||||
Liberapay: Hu_Shenghao
|
||||
|
||||
AutoName: Easter Eggs
|
||||
AutoName: Uninstall Easter Eggs
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/hushenghao/AndroidEasterEggs.git
|
||||
|
|
@ -41,9 +41,23 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.9.6
|
||||
versionCode: 29
|
||||
commit: v1.9.6
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- uninstall
|
||||
|
||||
AllowedAPKSigningKeys: 2e9e0ce7c37d0502aa5173ae9f96a190005099f1adb9f89c68d0ca01f63fa61d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.9.5
|
||||
CurrentVersionCode: 28
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)||
|
||||
CurrentVersion: 1.9.6
|
||||
CurrentVersionCode: 29
|
||||
|
|
|
|||
Loading…
Reference in a new issue