File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ repositories {
21
21
22
22
dependencies {
23
23
// Extensions for Android
24
- implementation 'com.conena.nanokt:nanokt-android:1.0.0-beta03 '
24
+ implementation 'com.conena.nanokt:nanokt-android:1.0.0-beta04 '
25
25
// Pure Kotlin Extensions
26
- implementation 'com.conena.nanokt:nanokt:1.0.0-beta03 '
26
+ implementation 'com.conena.nanokt:nanokt:1.0.0-beta04 '
27
27
// Extensions for the Java standard library
28
- implementation 'com.conena.nanokt:nanokt-jvm:1.0.0-beta03 '
28
+ implementation 'com.conena.nanokt:nanokt-jvm:1.0.0-beta04 '
29
29
// Extensions for threads in Android. Not needed if you use coroutines
30
- implementation 'com.conena.nanokt:nanokt-android-threads:1.0.0-beta03 '
30
+ implementation 'com.conena.nanokt:nanokt-android-threads:1.0.0-beta04 '
31
31
}
32
32
```
33
33
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SONATYPE_HOST=S01
8
8
RELEASE_SIGNING_ENABLED =true
9
9
10
10
GROUP =com.conena.nanokt
11
- VERSION_NAME =1.0.0-beta03
11
+ VERSION_NAME =1.0.0-beta04
12
12
13
13
POM_URL =https://github.com/conena/nanokt
14
14
You can’t perform that action at this time.
0 commit comments