mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Update AAAAXY to 1.2.342+20220926.2356.1993297e (102031342)
This commit is contained in:
parent
952957bc6e
commit
64302da3e8
1 changed files with 21 additions and 2 deletions
|
|
@ -127,8 +127,27 @@ Builds:
|
|||
../gradle.properties
|
||||
ndk: r25
|
||||
|
||||
- versionName: 1.2.342+20220926.2356.1993297e
|
||||
versionCode: 102031342
|
||||
commit: 88a4a239e27ab958c8997cdfa37065adbbdb6a2d
|
||||
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.336+20220919.2350.a525d576
|
||||
CurrentVersionCode: 102031336
|
||||
CurrentVersion: 1.2.342+20220926.2356.1993297e
|
||||
CurrentVersionCode: 102031342
|
||||
|
|
|
|||
Loading…
Reference in a new issue