mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Merge branch 'fix-sokobang' into 'master'
dev.obfusk.sokobang: fix v0.2.4 (& disable autoupdate) See merge request fdroid/fdroiddata!8883
This commit is contained in:
commit
d24fbd55d4
1 changed files with 6 additions and 8 deletions
|
|
@ -107,12 +107,13 @@ Builds:
|
|||
- make altinstall
|
||||
output: bin/sokobang-$$VERSION$$-armeabi-v7a-release-unsigned.apk
|
||||
srclibs:
|
||||
- cpython@v3.7.8
|
||||
- cpython@v3.7.10
|
||||
- buildozer@1.2.0
|
||||
- python-for-android@7a934f3
|
||||
- python-for-android@bf76add7a46928deffe6a098bf8f159f3288eb3c
|
||||
prebuild:
|
||||
- python3.7 -mvenv ../../env
|
||||
- source ../../env/bin/activate
|
||||
- ln -sf "$$python-for-android$$" .p4a
|
||||
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
|
||||
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
|
||||
- sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:"
|
||||
|
|
@ -123,12 +124,9 @@ Builds:
|
|||
build:
|
||||
- source ../../env/bin/activate
|
||||
- make android-release-armeabi-v7a
|
||||
ndk: r20b
|
||||
ndk: r22b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
VercodeOperation: '%c - 1'
|
||||
UpdateCheckData: https://raw.githubusercontent.com/obfusk/sokobang/HEAD/buildozer.spec|android.numeric_version
|
||||
*= *([0-9]+)|.|version *= *([0-9.a-g-]+)
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 0.2.4
|
||||
CurrentVersionCode: 1000204001
|
||||
|
|
|
|||
Loading…
Reference in a new issue