Skip to content

Commit

Permalink
Merge pull request #61 from plaidev/flutter-e2e
Browse files Browse the repository at this point in the history
[android] vup to v0.1.6
  • Loading branch information
RyosukeCla authored Oct 11, 2024
2 parents 12b1884 + 4904077 commit 9c175e2
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.1.5"
version = "0.1.6"

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.1.5"
const val VERSION = "0.1.6"

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

0 comments on commit 9c175e2

Please sign in to comment.