File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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.4 /pom )
4
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.5.0 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
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.5 /pom )
4
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.5.10 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
5
5
[ ![ npm version] ( https://img.shields.io/npm/v/react.svg?style=flat )] ( https://www.npmjs.com/package/react )
6
6
[ ![ Kotlin JS IR supported] ( https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow )] ( https://kotl.in/jsirsupported )
7
7
@@ -36,7 +36,7 @@ repositories {
36
36
}
37
37
38
38
dependencies {
39
- implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.4 " )
39
+ implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.5 " )
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" js" ) version " 1.5.0 "
2
+ kotlin(" js" ) version " 1.5.10 "
3
3
id(" maven-publish" )
4
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.4 "
9
+ version = " 1.0.5 "
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.15.2 " ))
46
+ implementation(npm(" @react-native-async-storage/async-storage" , " 1.15.5 " ))
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