mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +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
|
versionCode: 2
|
||||||
commit: 3ae93d877dd56acc2896cfef7b2001b9cca03c99
|
commit: 3ae93d877dd56acc2896cfef7b2001b9cca03c99
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.5.7
|
- versionName: 1.5.7
|
||||||
versionCode: 33
|
versionCode: 33
|
||||||
|
disable: reproducible build failed, different pg-map-id, https://github.com/yamin8000/freeDictionaryApp/issues/55
|
||||||
commit: 5f6793131be4d1801385d25eedd90f630db7d652
|
commit: 5f6793131be4d1801385d25eedd90f630db7d652
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
|
||||||
|
|
@ -137,14 +137,18 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
- versionName: 1.4.0
|
- versionName: 1.4.1
|
||||||
versionCode: 35
|
versionCode: 36
|
||||||
commit: 74977e1258390c046716d09b3e86ab4c47c49fe0
|
commit: 7d9bdf68bee5cc8f49397949394f8bb7f2cd14f7
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.4.0
|
CurrentVersion: 1.4.1
|
||||||
CurrentVersionCode: 35
|
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
|
Binaries: https://github.com/aashishksahu/SafeSpace/releases/download/%v/safe-space-v%v.apk
|
||||||
|
|
||||||
Builds:
|
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
|
- versionName: 1.1.3
|
||||||
versionCode: 5
|
versionCode: 5
|
||||||
commit: 401ab2026b5974291401132983366400dcf61d36
|
commit: 401ab2026b5974291401132983366400dcf61d36
|
||||||
|
|
@ -88,6 +76,7 @@ Builds:
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
binary: https://github.com/aashishksahu/SafeSpace/releases/download/v%v/safe-space-v%v.apk
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 944169ad7bb469dabdf5ffb09503ce745ebd6730a16b85986808c4523a7dee63
|
AllowedAPKSigningKeys: 944169ad7bb469dabdf5ffb09503ce745ebd6730a16b85986808c4523a7dee63
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue