Skip to content

Commit

Permalink
[android] Update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Mar 21, 2024
1 parent 3f31f25 commit daab05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/nativebrik/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.nativebrik"
version = "0.0.6"
version = "0.1.0"

android {
namespace = "com.nativebrik.sdk"
Expand Down
2 changes: 1 addition & 1 deletion android/nativebrik/src/main/java/com/nativebrik/sdk/sdk.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import com.nativebrik.sdk.data.user.NativebrikUser
import com.nativebrik.sdk.remoteconfig.RemoteConfigLoadingState
import com.nativebrik.sdk.schema.UIBlock

const val VERSION = "0.0.6"
const val VERSION = "0.1.0"

data class Endpoint(
val cdn: String = "https://cdn.nativebrik.com",
Expand Down

0 comments on commit daab05c

Please sign in to comment.