mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-10 06:18:36 +00:00
Update Copy SMS Code to 1.3.0 (4000)
This commit is contained in:
parent
f20bb865f9
commit
72571b0f80
1 changed files with 13 additions and 2 deletions
|
|
@ -35,11 +35,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 4000
|
||||
commit: ec527ae6de1a62cb0874788309c4f82e82c0c96e
|
||||
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.2.0
|
||||
CurrentVersionCode: 3000
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 4000
|
||||
|
|
|
|||
Loading…
Reference in a new issue