Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 37a4a0b

Browse files
Update ObjectBox to 5.0.1
1 parent 398b697 commit 37a4a0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎build.gradle.kts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
buildscript {
8-
val objectboxVersion by extra("5.0.0")
8+
val objectboxVersion by extra("5.0.1")
99

1010
// For Android projects
1111
val _compileSdkVersion by extra(35) /* Android 15 */

‎java-main-maven/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We recommend to add a property to specify the ObjectBox version:
4141

4242
```xml
4343
<properties>
44-
<objectboxVersion>5.0.0</objectboxVersion>
44+
<objectboxVersion>5.0.1</objectboxVersion>
4545
</properties>
4646
```
4747

‎java-main-maven/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Specify the version of ObjectBox dependencies.
1919
Note: the Maven plugin version is different, see below.
2020
-->
21-
<objectboxVersion>5.0.0</objectboxVersion>
21+
<objectboxVersion>5.0.1</objectboxVersion>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /