Skip to content

Commit b055478

Browse files
authored
Merge pull request #4481 from kiwix/FIxes#4406
Upgraded the ObjectBox dependency to support 16KB page size.
2 parents a29e716 + c7deb07 commit b055478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object Versions {
4040

4141
const val androidx_test_orchestrator: String = "1.5.1"
4242

43-
const val io_objectbox: String = "4.0.3"
43+
const val io_objectbox: String = "4.1.0"
4444

4545
const val io_mockk: String = "1.13.13"
4646

0 commit comments

Comments
 (0)