mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
New app: Play NotePad
This commit is contained in:
parent
ab60e47e40
commit
87f8283948
1 changed files with 40 additions and 0 deletions
40
metadata/com.mshdabiola.playnotepad.foss.yml
Normal file
40
metadata/com.mshdabiola.playnotepad.foss.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Reading
|
||||
- Writing
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Lawal Abiola
|
||||
AuthorEmail: mshdabiola@gmail.com
|
||||
AuthorWebSite: https://github.com/mshdabiola
|
||||
SourceCode: https://github.com/mshdabiola/NotePad
|
||||
IssueTracker: https://github.com/mshdabiola/NotePad/issues
|
||||
Changelog: https://github.com/mshdabiola/NotePad/releases
|
||||
|
||||
AutoName: Play NotePad
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mshdabiola/NotePad.git
|
||||
Binaries: https://github.com/mshdabiola/NotePad/releases/download/%v/app-fossReliant-release-unsigned-signed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.0
|
||||
versionCode: 130
|
||||
commit: 1.3.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- fossReliant
|
||||
prebuild:
|
||||
- sed -i -e '/androidx.dev/d' ../settings.gradle.kts
|
||||
- sed -i -e '/firebase/d' build.gradle.kts
|
||||
- sed -i -e '/with(target) {/,/^ }/d' -e '/CrashlyticsExtension/d' ../build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt
|
||||
- sed -i -e '/libs.firebase/d' ../build-logic/convention/build.gradle.kts
|
||||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
AllowedAPKSigningKeys: 7966373797459065b77517aadbecc04b484abcf693d23ef1a6ccfb9556868750
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle/libs.versions.toml|versionCode = "(\d+)"|.|versionName = "([\d.]+)"
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 130
|
||||
Loading…
Reference in a new issue