mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
io.github.divverent.aaaaxy: migrate to split APKs
This commit is contained in:
parent
56f0f595c2
commit
5ded07681f
1 changed files with 91 additions and 1 deletions
|
|
@ -497,8 +497,98 @@ Builds:
|
|||
gradleprops:
|
||||
- aaaaxy_build_use_version_file=true
|
||||
|
||||
- versionName: 1.3.511+20230501.2976.4f1988cb
|
||||
versionCode: 103305111
|
||||
commit: bdb663e1e1c5f13a7e3b1151f12045daf9119130
|
||||
subdir: AndroidStudioProjects/AAAAXY/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y advancecomp build-essential
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- third_party/gnu_unifont/assets/fonts/unifont-15.0.01.bdf.gz
|
||||
ndk: r25b
|
||||
gradleprops:
|
||||
- aaaaxy_build_gomobile_targets=android/386
|
||||
- aaaaxy_build_tags=embed
|
||||
- aaaaxy_build_use_version_file=true
|
||||
- aaaaxy_build_versioncode_add=1
|
||||
|
||||
- versionName: 1.3.511+20230501.2976.4f1988cb
|
||||
versionCode: 103305112
|
||||
commit: bdb663e1e1c5f13a7e3b1151f12045daf9119130
|
||||
subdir: AndroidStudioProjects/AAAAXY/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y advancecomp build-essential
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- third_party/gnu_unifont/assets/fonts/unifont-15.0.01.bdf.gz
|
||||
ndk: r25b
|
||||
gradleprops:
|
||||
- aaaaxy_build_gomobile_targets=android/amd64
|
||||
- aaaaxy_build_tags=embed
|
||||
- aaaaxy_build_use_version_file=true
|
||||
- aaaaxy_build_versioncode_add=2
|
||||
|
||||
- versionName: 1.3.511+20230501.2976.4f1988cb
|
||||
versionCode: 103305113
|
||||
commit: bdb663e1e1c5f13a7e3b1151f12045daf9119130
|
||||
subdir: AndroidStudioProjects/AAAAXY/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y advancecomp build-essential
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- third_party/gnu_unifont/assets/fonts/unifont-15.0.01.bdf.gz
|
||||
ndk: r25b
|
||||
gradleprops:
|
||||
- aaaaxy_build_gomobile_targets=android/arm
|
||||
- aaaaxy_build_tags=embed
|
||||
- aaaaxy_build_use_version_file=true
|
||||
- aaaaxy_build_versioncode_add=3
|
||||
|
||||
- versionName: 1.3.511+20230501.2976.4f1988cb
|
||||
versionCode: 103305114
|
||||
commit: bdb663e1e1c5f13a7e3b1151f12045daf9119130
|
||||
subdir: AndroidStudioProjects/AAAAXY/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y advancecomp build-essential
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- third_party/gnu_unifont/assets/fonts/unifont-15.0.01.bdf.gz
|
||||
ndk: r25b
|
||||
gradleprops:
|
||||
- aaaaxy_build_gomobile_targets=android/arm64
|
||||
- aaaaxy_build_tags=embed
|
||||
- aaaaxy_build_use_version_file=true
|
||||
- aaaaxy_build_versioncode_add=4
|
||||
|
||||
MaintainerNotes: |
|
||||
third_party/gnu_unifont/assets/fonts/unifont-15.0.01.bdf.gz is scanignore'd
|
||||
as a third party asset that is unlikely to receive updates and gzip'd to
|
||||
simplify the build process while minimizing binary size.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c + 1'
|
||||
- '%c + 2'
|
||||
- '%c + 3'
|
||||
- '%c + 4'
|
||||
UpdateCheckData: .lastreleaseversioncode|(\d+)|.lastreleaseversion|(\S+)
|
||||
CurrentVersion: 1.3.511+20230501.2976.4f1988cb
|
||||
CurrentVersionCode: 103305110
|
||||
CurrentVersionCode: 103305114
|
||||
|
|
|
|||
Loading…
Reference in a new issue