mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Copy SMS Code to 1.12.0 (15000)
This commit is contained in:
parent
ae863790de
commit
6699b22b12
1 changed files with 13 additions and 2 deletions
|
|
@ -145,11 +145,22 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.12.0
|
||||||
|
versionCode: 15000
|
||||||
|
commit: a721fcdd292710a16340f03e529b6b983d4d2b7d
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 832d24302aea8812205217aea781eb5a28435d8ad3bece92b4c6940b1ee6a4db
|
AllowedAPKSigningKeys: 832d24302aea8812205217aea781eb5a28435d8ad3bece92b4c6940b1ee6a4db
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- 1000 * %c
|
- 1000 * %c
|
||||||
CurrentVersion: 1.11.0
|
CurrentVersion: 1.12.0
|
||||||
CurrentVersionCode: 14000
|
CurrentVersionCode: 15000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue