0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00

Upgrade backend to 0.1.5

* Adds "downgrade from schema V16" method
* Allows multiple Cleanup annotations

Prep for 8529
This commit is contained in:
David Allison 2021-04-25 18:30:56 +01:00 committed by Mike Hardy
parent c60d6a5542
commit 0c5dac69ac

View File

@ -262,7 +262,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
// == Rust conversion (from Anki-Android-Backend on GitHub) ==
String backendVersion = "0.1.4" // We want both testing and implementation on the same version
String backendVersion = "0.1.5" // We want both testing and implementation on the same version
// build with ./gradlew rsdroid:assembleRelease
// In my experience, using `files()` currently requires a reindex operation, which is slow.
// implementation files("C:\\GitHub\\Rust-Test\\rsdroid\\build\\outputs\\aar\\rsdroid-release.aar")