Skip to content

Commit 940ce05

Browse files
committed
the default should be dev
1 parent 97a9fa9 commit 940ce05

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/org/xmtp/android/library

1 file changed

+1
-1
lines changed

library/src/main/java/org/xmtp/android/library/Client.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ data class ClientOptions(
6767
val enableAlphaMls: Boolean = false,
6868
) {
6969
data class Api(
70-
val env: XMTPEnvironment = XMTPEnvironment.LOCAL,
70+
val env: XMTPEnvironment = XMTPEnvironment.DEV,
7171
val isSecure: Boolean = true,
7272
val appVersion: String? = null,
7373
)

0 commit comments

Comments
 (0)