mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Copy SMS Code to 1.9.0 (12000)
This commit is contained in:
parent
10a750dbe2
commit
39238eeea6
1 changed files with 13 additions and 2 deletions
|
|
@ -112,11 +112,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.9.0
|
||||
versionCode: 12000
|
||||
commit: 6ec91f962e3606197b8b2c71e1981a6d7deeb0fb
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 832d24302aea8812205217aea781eb5a28435d8ad3bece92b4c6940b1ee6a4db
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- 1000 * %c
|
||||
CurrentVersion: 1.8.0
|
||||
CurrentVersionCode: 11000
|
||||
CurrentVersion: 1.9.0
|
||||
CurrentVersionCode: 12000
|
||||
|
|
|
|||
Loading…
Reference in a new issue