mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update Amethyst to 0.92.2 (407)
This commit is contained in:
parent
e4d5402733
commit
e12dac2d2a
1 changed files with 25 additions and 2 deletions
|
|
@ -1006,6 +1006,29 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r25c
|
ndk: r25c
|
||||||
|
|
||||||
|
- versionName: 0.92.2
|
||||||
|
versionCode: 407
|
||||||
|
commit: b4eba2da026823a3ed3a9454e9b345668e917053
|
||||||
|
subdir: amethyst
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y automake autogen libtool gettext-base autopoint make g++
|
||||||
|
pkg-config
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- tor-android@0de17c1863c3e0c0a49fdf8ad7ed341d69534492
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/githubusercontent/d' -e '/repositories {/a mavenLocal()' ../settings.gradle
|
||||||
|
- sed -i -e '/enable true/d' -e '/googleServices/d' {..,.}/build.gradle
|
||||||
|
build:
|
||||||
|
- pushd $$tor-android$$
|
||||||
|
- ./tor-droid-make.sh build -b release | tee tor-android.log >/dev/null ; tail
|
||||||
|
-n 100 tor-android.log
|
||||||
|
- gradle :tor-android-binary:publishToMavenLocal
|
||||||
|
- popd
|
||||||
|
ndk: r25c
|
||||||
|
|
||||||
AllowedAPKSigningKeys: c2d0aa86bcb6b62090561a41bbe336e98b78c2d0210a498dc885f28e1348cf17
|
AllowedAPKSigningKeys: c2d0aa86bcb6b62090561a41bbe336e98b78c2d0210a498dc885f28e1348cf17
|
||||||
|
|
||||||
MaintainerNotes: see https://gitlab.com/fdroid/fdroiddata/-/issues/2973#note_1428295385
|
MaintainerNotes: see https://gitlab.com/fdroid/fdroiddata/-/issues/2973#note_1428295385
|
||||||
|
|
@ -1013,5 +1036,5 @@ MaintainerNotes: see https://gitlab.com/fdroid/fdroiddata/-/issues/2973#note_142
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.92.1
|
CurrentVersion: 0.92.2
|
||||||
CurrentVersionCode: 406
|
CurrentVersionCode: 407
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue