Built APK of @Aquafina-water-bottle's "Implement notesInfo" pull request, with the following tiny patch to fix build issues related to Anki API versions:
commit f83232de0b0e1f6a6b029c8fad09deff0c56fbad (HEAD -> notesInfo, origin/notesInfo)
Author: precondition <57645186+precondition@users.noreply.github.com>
Date: Wed Jan 3 00:06:25 2024 +0100
Update tag of Anki-Android dependency and increment version name to 1.13
diff --git a/app/build.gradle b/app/build.gradle
index 23a89a4..fdc2eb7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,7 +10,7 @@ android {
minSdk 26
targetSdk 33
- versionCode 11
+ versionCode 13
- versionName "1.11"
+ versionName "1.13"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -43,7 +43,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
implementation 'org.nanohttpd:nanohttpd-nanolets:2.3.1'
- implementation 'com.github.ankidroid:Anki-Android:api-v1.1.0'
+ implementation 'com.github.ankidroid:Anki-Android:2.17alpha14'
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'androidx.preference:preference:1.2.0'