File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3232
3333### Including Store In Your Project
3434
35- > ** Note**
36- >
37- > ** [ AtomicFU] ( https://github.com/Kotlin/kotlinx-atomicfu ) is required ([ #503 ] ( https://github.com/MobileNativeFoundation/Store/issues/503 ) )**
38-
3935#### Android
4036``` kotlin
41- implementation " org.mobilenativefoundation.store:store5:5.0.0"
42- implementation " org.jetbrains.kotlinx:atomicfu:0.18.5"
37+ implementation " org.mobilenativefoundation.store:store5:5.1.0-alpha01"
4338```
4439
4540#### Multiplatform (Common, JVM, Native, JS)
4641
4742``` kotlin
4843commonMain {
4944 dependencies {
50- implementation(" org.mobilenativefoundation.store:store5:5.0.0" )
51- implementation(" org.jetbrains.kotlinx:atomicfu:0.18.5" )
45+ implementation(" org.mobilenativefoundation.store:store5:5.1.0-alpha01" )
5246 }
5347}
5448```
@@ -128,7 +122,7 @@ store.clear(key)
128122### License
129123
130124``` text
131- Copyright (c) 2022 Mobile Native Foundation.
125+ Copyright (c) 2024 Mobile Native Foundation.
132126Licensed under the Apache License, Version 2.0 (the "License");
133127you may not use this file except in compliance with the License.
134128```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
88
99# POM file
1010GROUP =org.mobilenativefoundation.store
11- VERSION_NAME =5.1.0-SNAPSHOT
11+ VERSION_NAME =5.1.0-alpha01
1212POM_PACKAGING =pom
1313POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414
You can’t perform that action at this time.
0 commit comments