mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
New app: Kmtemplate
This commit is contained in:
parent
79fe9bc35d
commit
cc0feba3e0
1 changed files with 43 additions and 0 deletions
43
metadata/com.mshdabiola.kmtemplate.foss.yml
Normal file
43
metadata/com.mshdabiola.kmtemplate.foss.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Note
|
||||
- Writing
|
||||
License: Apache-2.0
|
||||
AuthorName: Lawal Abiola
|
||||
AuthorEmail: mshdabiola@gmail.com
|
||||
AuthorWebSite: https://github.com/mshdabiola
|
||||
SourceCode: https://github.com/mshdabiola/kmtemplate
|
||||
IssueTracker: https://github.com/mshdabiola/kmtemplate/issues
|
||||
Changelog: https://github.com/mshdabiola/kmtemplate/releases
|
||||
|
||||
AutoName: Kmtemplate
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mshdabiola/kmtemplate.git
|
||||
Binaries: https://github.com/mshdabiola/kmtemplate/releases/download/%v/app-fossReliant-release-unsigned-signed.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.19
|
||||
versionCode: 28
|
||||
commit: dd254446191c1c6242ca7f24bfc1f0c99dc916dc
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fossReliant
|
||||
prebuild:
|
||||
- cd ..
|
||||
- gradle removeFirebaseReferences
|
||||
- gradle downgradeBuildLogicAndAgp
|
||||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
AllowedAPKSigningKeys: 7966373797459065b77517aadbecc04b484abcf693d23ef1a6ccfb9556868750
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle/libs.versions.toml|versionCode = "(\d+)"|.|versionName = "([\d.]+)"
|
||||
CurrentVersion: 1.2.19
|
||||
CurrentVersionCode: 28
|
||||
Loading…
Reference in a new issue