mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
37 lines
1,013 B
YAML
37 lines
1,013 B
YAML
|
|
AntiFeatures:
|
||
|
|
- Tracking
|
||
|
|
Categories:
|
||
|
|
- Security
|
||
|
|
License: MIT
|
||
|
|
WebSite: https://flipperzero.one/
|
||
|
|
SourceCode: https://github.com/flipperdevices/Flipper-Android-App
|
||
|
|
IssueTracker: https://github.com/flipperdevices/Flipper-Android-App/issues
|
||
|
|
|
||
|
|
AutoName: Flipper
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/flipperdevices/Flipper-Android-App.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 1.3.0
|
||
|
|
versionCode: 667
|
||
|
|
commit: aa2aaadb2873e34e779d5b3839e4d5fba4188609
|
||
|
|
subdir: instances/app
|
||
|
|
gradle:
|
||
|
|
- yes
|
||
|
|
prebuild:
|
||
|
|
- sed -i -e 's/ApkConfig.VERSION_CODE/$$VERCODE$$/' -e 's/ApkConfig.VERSION_NAME/"$$VERSION$$"/'
|
||
|
|
../../build-logic/plugins/convention/src/main/kotlin/commonAndroid.kt
|
||
|
|
- sdkmanager 'cmake;3.22.1'
|
||
|
|
scandelete:
|
||
|
|
- build-logic/plugins/convention/build
|
||
|
|
ndk: r25b
|
||
|
|
gradleprops:
|
||
|
|
- IS_GOOGLE_FEATURE_AVAILABLE=false
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags (\d+\.){3}\d+
|
||
|
|
UpdateCheckData: '|[\d.]+\.(\d+)||([\d.]+)\.\d+'
|
||
|
|
CurrentVersion: 1.3.0
|
||
|
|
CurrentVersionCode: 667
|