diff --git a/android/build.gradle b/android/build.gradle index cfad6bf..2c76ff4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -129,8 +129,8 @@ dependencies { implementation "androidx.browser:browser:1.2.0" - implementation("com.authsignal:authsignal-push-android:0.2.0") - implementation("com.authsignal:authsignal-passkey-android:0.1.0") + implementation("com.authsignal:authsignal-push-android:0.2.1") + implementation("com.authsignal:authsignal-passkey-android:0.1.1") } if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index f138c7f..1917ad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-authsignal", - "version": "0.3.0", + "version": "0.3.1", "description": "The official Authsignal React Native library.", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/src/index.tsx b/src/index.tsx index c9c0c20..c1c1c32 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -32,7 +32,7 @@ export class Authsignal { constructor({ tenantID, - baseURL = 'https://challenge.authsignal.com/v1', + baseURL = 'https://api.authsignal.com/v1', enableLogging = __DEV__, }: ConstructorArgs) { this.tenantID = tenantID;