We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf3b041 + be26d0c commit d7a714fCopy full SHA for d7a714f
2 files changed
nubrick/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = "io.nubrick"
11
-version = "0.6.3"
+version = "0.7.0"
12
13
android {
14
namespace = "io.nubrick.sdk"
nubrick/src/main/kotlin/io/nubrick/sdk/sdk.kt
@@ -34,7 +34,7 @@ import kotlin.time.Duration
34
import kotlin.time.DurationUnit
35
import kotlin.time.toDuration
36
37
-const val VERSION = "0.6.3"
+const val VERSION = "0.7.0"
38
39
data class Endpoint(
40
val cdn: String = "https://cdn.nativebrik.com",
0 commit comments