Skip to content

Commit 6e412f7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 06a0aa6 + 6ac58ce commit 6e412f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the dependency to your module build.gradle:
2424

2525
```java
2626
dependencies {
27-
implementation 'com.github.Binary-Finery:JetDB:1.0.2'
27+
implementation 'com.github.Binary-Finery:JetDB:1.0.3'
2828
}
2929
```
3030

@@ -52,7 +52,7 @@ JetDB.putBoolean(context, true, "activeKey");
5252
```
5353
get single data:
5454
```java
55-
boolean isActive = JetDB.getBoolean(context, "activeKey");
55+
boolean isActive = JetDB.getBoolean(context, "activeKey", defaultValue);
5656
```
5757

5858
Please note: other data types can be used (Integer, Float etc) in addition to the ones in the example usages above

0 commit comments

Comments
 (0)