mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Copy SMS Code to 1.2.0 (3000)
This commit is contained in:
parent
c06ba5bc27
commit
ffaeff2a34
1 changed files with 13 additions and 2 deletions
|
|
@ -34,11 +34,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 3000
|
||||
commit: 7a3f8b2b56bcb6882bbfbce391999226ce2b9320
|
||||
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.1.0
|
||||
CurrentVersionCode: 2000
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 3000
|
||||
|
|
|
|||
Loading…
Reference in a new issue