mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Com.flipperdevices.app
This commit is contained in:
parent
8142e3659d
commit
ce4cec14b1
1 changed files with 36 additions and 0 deletions
36
metadata/com.flipperdevices.app.yml
Normal file
36
metadata/com.flipperdevices.app.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
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
|
||||
Loading…
Reference in a new issue