mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Copy SMS Code to 1.1.0 (2000)
This commit is contained in:
parent
1c0819793b
commit
0d6b14bebf
1 changed files with 13 additions and 2 deletions
|
|
@ -23,11 +23,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 2000
|
||||
commit: 37d49c4f0836826024575c42af657d7e183a3eea
|
||||
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.0.0
|
||||
CurrentVersionCode: 1000
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 2000
|
||||
|
|
|
|||
Loading…
Reference in a new issue