Skip to content

Commit

Permalink
release: 0.1.10
Browse files Browse the repository at this point in the history
Add: BackendV16Factory - allows openCollection which upgrades to
  a V16 database
Add: BackendV11Factory - to replace BackendFactory
Modify: BackendV1.openCollection now calls through to the Anki
   openCollection command
   Note: openAnkiDroidCollection is still used in V11 code, which
   uses our custom "open Collection" method
  • Loading branch information
david-allison committed Jul 11, 2021
1 parent e570b90 commit 8e82e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Adapter allowing AnkiDroid to leverage Anki Desktop's Rust-based business logic
## Installation

```gradle
implementation "io.github.david-allison-1:anki-android-backend:0.1.9"
testImplementation "io.github.david-allison-1:anki-android-backend-testing:0.1.9"
implementation "io.github.david-allison-1:anki-android-backend:0.1.10"
testImplementation "io.github.david-allison-1:anki-android-backend-testing:0.1.10"
```

## Folders
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android.useAndroidX=true
android.enableJetifier=true

GROUP=io.github.david-allison-1
VERSION_NAME=0.1.9
VERSION_NAME=0.1.10

POM_INCEPTION_YEAR=2020

Expand Down

0 comments on commit 8e82e1f

Please sign in to comment.