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 @@ -19,13 +19,13 @@ repositories {
19
19
20
20
dependencies {
21
21
// Extensions for Android
22
- implementation 'com.conena.nanokt:nanokt-android:1.0.0-beta05 '
22
+ implementation 'com.conena.nanokt:nanokt-android:1.0.0-beta06 '
23
23
// Pure Kotlin Extensions
24
- implementation 'com.conena.nanokt:nanokt:1.0.0-beta05 '
24
+ implementation 'com.conena.nanokt:nanokt:1.0.0-beta06 '
25
25
// Extensions for the Java standard library
26
- implementation 'com.conena.nanokt:nanokt-jvm:1.0.0-beta05 '
26
+ implementation 'com.conena.nanokt:nanokt-jvm:1.0.0-beta06 '
27
27
// Extensions for threads in Android. Not needed if you use coroutines
28
- implementation 'com.conena.nanokt:nanokt-android-threads:1.0.0-beta05 '
28
+ implementation 'com.conena.nanokt:nanokt-android-threads:1.0.0-beta06 '
29
29
}
30
30
```
31
31
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-beta05
11
+ VERSION_NAME =1.0.0-beta06
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