mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
AnkiDroid: fix 2.15.2
This commit is contained in:
parent
fc1539953a
commit
f60940a82f
1 changed files with 6 additions and 4 deletions
|
|
@ -712,16 +712,18 @@ Builds:
|
|||
|
||||
- versionName: 2.15.2
|
||||
versionCode: 21502300
|
||||
disable: Unknown maven repo https://github.com/ankidroid/Anki-Android/issues/8982
|
||||
commit: v2.15.2
|
||||
subdir: AnkiDroid
|
||||
gradle:
|
||||
- yes
|
||||
- play
|
||||
rm:
|
||||
- tools
|
||||
- docs
|
||||
prebuild: sed -i -e 's/22.0.7026061/22.1.7171670/' -e '/splits {/,/^ }/d' -e
|
||||
'/applicationVariants.all/,/^ }/d' build.gradle
|
||||
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 (?).
|
||||
|
|
|
|||
Loading…
Reference in a new issue