mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
Update Flipper to 1.8.1 (1878)
This commit is contained in:
parent
73fb0234de
commit
60ea2ae41d
1 changed files with 29 additions and 1 deletions
|
|
@ -590,8 +590,36 @@ Builds:
|
|||
- is_sentry_publish=false
|
||||
- is_metric_enabled=false
|
||||
|
||||
- versionName: 1.8.1
|
||||
versionCode: 1878
|
||||
commit: 8677e2e48249e93101f29533afc0319b80d13b3c
|
||||
subdir: instances/android/app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- components/notification/impl
|
||||
- components/selfupdater/googleplay
|
||||
- components/wearable/emulate
|
||||
- components/wearable/sync/handheld/impl
|
||||
- components/wearable/sync/wear
|
||||
- instances/wearable
|
||||
prebuild:
|
||||
- sed -i -e 's/version_code", Integer.MAX_VALUE/version_code", $$VERCODE$$/'
|
||||
-e 's/version_name", DEBUG_VERSION/version_name", "$$VERSION$$"/' ../../../build-logic/plugins/convention/src/main/kotlin/com/flipperdevices/buildlogic/ApkConfig.kt
|
||||
- sed -i -e '/libs.wear.gms/d' ../../../components/wearable/sync/common/build.gradle.kts
|
||||
build.gradle.kts
|
||||
- sdkmanager 'cmake;3.22.1'
|
||||
scandelete:
|
||||
- build-logic/plugins/convention/build
|
||||
ndk: 26.1.10909125
|
||||
gradleprops:
|
||||
- is_google_feature=false
|
||||
- is_sentry_publish=false
|
||||
- is_metric_enabled=false
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags (\d+\.){3}\d+-release
|
||||
UpdateCheckData: '|[\d.]+\.(\d+)-release||([\d.]+)\.\d+-release'
|
||||
CurrentVersion: 1.8.1
|
||||
CurrentVersionCode: 1846
|
||||
CurrentVersionCode: 1878
|
||||
|
|
|
|||
Loading…
Reference in a new issue