mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Add io.github.divverent.aaaaxy to repository
This commit is contained in:
parent
38d0764863
commit
37da352819
1 changed files with 39 additions and 0 deletions
39
metadata/io.github.divverent.aaaaxy.yml
Normal file
39
metadata/io.github.divverent.aaaaxy.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: Apache-2.0
|
||||
AuthorEmail: divVerent@gmail.com
|
||||
WebSite: https://divVerent.github.io/aaaaxy
|
||||
SourceCode: https://github.com/divVerent/aaaaxy
|
||||
IssueTracker: https://github.com/divVerent/aaaaxy/issues
|
||||
Changelog: https://github.com/divVerent/aaaaxy/releases
|
||||
|
||||
AutoName: AAAAXY
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/divVerent/aaaaxy
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.265+20220815.2279.d1e4f3ce
|
||||
versionCode: 102031265
|
||||
commit: v1.2.265
|
||||
subdir: AndroidStudioProjects/AAAAXY/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y advancecomp openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo go.tar.gz https://go.dev/dl/go1.19.linux-amd64.tar.gz
|
||||
- echo "464b6b66591f6cf055bc5df90a9750bf5fbc9d038722bb84a9d56a2bea974be6 go.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
|
||||
../gradle.properties
|
||||
ndk: r25
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: .lastreleaseversioncode|(\d+)|.lastreleaseversion|(\S+)
|
||||
CurrentVersion: 1.2.265+20220815.2279.d1e4f3ce
|
||||
CurrentVersionCode: 102031265
|
||||
Loading…
Reference in a new issue