mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update AnkiDroid to 2.17.0 (21700300)
This commit is contained in:
parent
299e33bd08
commit
83a98ee2ae
1 changed files with 22 additions and 2 deletions
|
|
@ -800,9 +800,29 @@ Builds:
|
|||
- sed -i -e '/Temporary/,/End temporary/d' ../build.gradle
|
||||
ndk: r22b
|
||||
|
||||
- versionName: 2.17.0
|
||||
versionCode: 21700300
|
||||
commit: af526585a5270c75db3f6b892d00035ad1ab17e0
|
||||
subdir: AnkiDroid
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- full
|
||||
rm:
|
||||
- tools
|
||||
- docs
|
||||
prebuild:
|
||||
- sed -i -e 's/22.0.7026061/22.1.7171670/' -e '/splits {/,/^ }/d' -e '/applicationVariants.all/,/^ }/d'
|
||||
build.gradle
|
||||
- sed -i -e '/publishing/,/^}/d' -e '/publish/d' ../api/build.gradle
|
||||
- sed -i -e '/Temporary/,/End temporary/d' ../build.gradle
|
||||
ndk: r22b
|
||||
|
||||
MaintainerNotes: Uses DexLoader to load custom decks and plugins (?).
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]*$
|
||||
CurrentVersion: 2.16.5
|
||||
CurrentVersionCode: 21605300
|
||||
CurrentVersion: 2.17.0
|
||||
CurrentVersionCode: 21700300
|
||||
|
|
|
|||
Loading…
Reference in a new issue