mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
misc fixes
This commit is contained in:
parent
f474a90cb5
commit
64ca2f6ace
4 changed files with 15 additions and 17 deletions
|
|
@ -24,6 +24,10 @@ Builds:
|
|||
versionCode: 2
|
||||
commit: 3ae93d877dd56acc2896cfef7b2001b9cca03c99
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ Builds:
|
|||
|
||||
- versionName: 1.5.7
|
||||
versionCode: 33
|
||||
disable: reproducible build failed, different pg-map-id, https://github.com/yamin8000/freeDictionaryApp/issues/55
|
||||
commit: 5f6793131be4d1801385d25eedd90f630db7d652
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -137,14 +137,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.4.0
|
||||
versionCode: 35
|
||||
commit: 74977e1258390c046716d09b3e86ab4c47c49fe0
|
||||
- versionName: 1.4.1
|
||||
versionCode: 36
|
||||
commit: 7d9bdf68bee5cc8f49397949394f8bb7f2cd14f7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 35
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 36
|
||||
|
|
|
|||
|
|
@ -11,18 +11,6 @@ Repo: https://github.com/aashishksahu/SafeSpace
|
|||
Binaries: https://github.com/aashishksahu/SafeSpace/releases/download/%v/safe-space-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.2
|
||||
versionCode: 4
|
||||
disable: signing key changed
|
||||
commit: 68a1f1ad1b4196fc6472ee75ad57364c1634bb34
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.1.3
|
||||
versionCode: 5
|
||||
commit: 401ab2026b5974291401132983366400dcf61d36
|
||||
|
|
@ -88,6 +76,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/aashishksahu/SafeSpace/releases/download/v%v/safe-space-v%v.apk
|
||||
|
||||
AllowedAPKSigningKeys: 944169ad7bb469dabdf5ffb09503ce745ebd6730a16b85986808c4523a7dee63
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue