File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
AnkiDroid/src/main/java/com/ichi2/anki/pages Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ val collectionMethods =
9797 " getIgnoredBeforeCount" to { bytes -> getIgnoredBeforeCountRaw(bytes) },
9898 " getRetentionWorkload" to { bytes -> getRetentionWorkloadRaw(bytes) },
9999 " simulateFsrsWorkload" to { bytes -> simulateFsrsWorkloadRaw(bytes) },
100+ // https://github.com/ankitects/anki/pull/4326 -> saveCustomColours should be no-op in mobile clients
101+ " saveCustomColours" to { bytes -> backendIdentity(bytes) },
100102 )
101103
102104suspend fun handleCollectionPostRequest (
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ androidxViewpager2 = "1.1.0"
5959androidxWebkit = " 1.14.0"
6060# https://developer.android.com/jetpack/androidx/releases/work
6161androidxWork = " 2.10.5"
62- ankiBackend = ' 0.1.61 -anki25.09'
62+ ankiBackend = ' 0.1.62 -anki25.09.2 '
6363autoService = " 1.1.1"
6464autoServiceAnnotations = " 1.1.1"
6565colorpicker = " 1.2.0"
You can’t perform that action at this time.
0 commit comments