mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New App: com.ismartcoding.plain
This commit is contained in:
parent
719472c2c8
commit
af6799fefe
1 changed files with 59 additions and 0 deletions
59
metadata/com.ismartcoding.plain.yml
Normal file
59
metadata/com.ismartcoding.plain.yml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
Categories:
|
||||
- System
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: SmartCoding
|
||||
AuthorEmail: ismartcoding@gmail.com
|
||||
AuthorWebSite: https://github.com/ismartcoding
|
||||
WebSite: https://github.com/ismartcoding/plain-app
|
||||
SourceCode: https://github.com/ismartcoding/plain-app
|
||||
IssueTracker: https://github.com/ismartcoding/plain-app/issues
|
||||
Changelog: https://github.com/ismartcoding/plain-app/releases
|
||||
|
||||
AutoName: PlainApp
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ismartcoding/plain-app
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.15
|
||||
versionCode: 13
|
||||
commit: 15886299a50cdb0f246ac06f57597c1c36e8e8ee
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- abiFilters=armeabi-v7a
|
||||
|
||||
- versionName: 1.0.15
|
||||
versionCode: 14
|
||||
commit: 15886299a50cdb0f246ac06f57597c1c36e8e8ee
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- abiFilters=arm64-v8a
|
||||
|
||||
- versionName: 1.0.15
|
||||
versionCode: 15
|
||||
commit: 15886299a50cdb0f246ac06f57597c1c36e8e8ee
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/firebase/d' {..,.}/build.gradle.kts
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- abiFilters=x86_64
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
VercodeOperation:
|
||||
- '%c - 2'
|
||||
- '%c - 1'
|
||||
- '%c - 0'
|
||||
UpdateCheckData: app/build.gradle.kts|val vCode = (\d+)|.|versionName = "([\d.]+)"
|
||||
CurrentVersion: 1.0.15
|
||||
CurrentVersionCode: 15
|
||||
Loading…
Reference in a new issue