Skip to content

Commit 060c234

Browse files
committed
point to dev
1 parent cd0e256 commit 060c234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/main/java/org/xmtp/android/example/ClientManager.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object ClientManager {
1818
fun clientOptions(appContext: Context?): ClientOptions {
1919
return ClientOptions(
2020
api = ClientOptions.Api(
21-
XMTPEnvironment.LOCAL,
21+
XMTPEnvironment.DEV,
2222
appVersion = "XMTPAndroidExample/v1.0.0",
2323
isSecure = false
2424
),

0 commit comments

Comments
 (0)