File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
# ojaynico-kotlin-react-native-async-storage
2
2
3
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native-async-storage/badge.svg )] ( https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native-async-storage/1.0.2/pom )
3
+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native-async-storage/badge.svg )] ( https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native-async-storage/1.0.3/pom )
4
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.4.32-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
5
+ [ ![ npm version] ( https://img.shields.io/npm/v/react.svg?style=flat )] ( https://www.npmjs.com/package/react )
4
6
[ ![ Kotlin JS IR supported] ( https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow )] ( https://kotl.in/jsirsupported )
5
7
6
8
Kotlin wrapper for react-native-async-storage
7
9
8
- Java Version : 14
9
-
10
- Kotlin Version : 1.4.31
11
-
12
- React Native Async Storage Version : 1.13.4
13
-
14
10
** Follow instructions in this repository on how to setup a fully working react native app**
15
11
16
12
https://github.com/ojaynico/ojaynico-kotlin-react-native
@@ -40,7 +36,7 @@ repositories {
40
36
}
41
37
42
38
dependencies {
43
- implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.2 " )
39
+ implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.3 " )
44
40
}
45
41
```
46
42
Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" js" ) version " 1.4.31 "
2
+ kotlin(" js" ) version " 1.4.32 "
3
3
id(" maven-publish" )
4
- id(" io.codearte.nexus-staging" ) version " 0.22 .0"
4
+ id(" io.codearte.nexus-staging" ) version " 0.30 .0"
5
5
signing
6
6
}
7
7
8
8
group = " com.github.ojaynico"
9
- version = " 1.0.2 "
9
+ version = " 1.0.3 "
10
10
11
11
val artifactName = project.name
12
12
val artifactGroup = project.group.toString()
@@ -43,7 +43,7 @@ repositories {
43
43
44
44
dependencies {
45
45
implementation(kotlin(" stdlib-js" ))
46
- implementation(npm(" @react-native-async-storage/async-storage" , " ^1.14.1 " ))
46
+ implementation(npm(" @react-native-async-storage/async-storage" , " 1.15.2 " ))
47
47
}
48
48
49
49
val sourcesJar by tasks.registering(Jar ::class ) {
You can’t perform that action at this time.
0 commit comments