diff --git a/android/app/build.gradle b/android/app/build.gradle index 25919d2..f9ef80d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -82,8 +82,8 @@ android { applicationId "com.frigateviewer" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 17 - versionName "14.2.2" + versionCode 19 + versionName "14.2.3" } signingConfigs { debug { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 43966f6..f1d4939 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -10,7 +10,8 @@ android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:allowBackup="false" - android:theme="@style/AppTheme"> + android:theme="@style/AppTheme" + android:networkSecurityConfig="@xml/network_security_config"> - - - - - 127.0.0.1 - 10.0.0.1 - localhost - - - my.domain.com - - - - - + + + + * + + + + + + + + \ No newline at end of file diff --git a/views/report/Report.tsx b/views/report/Report.tsx index 075eeec..1b901ec 100644 --- a/views/report/Report.tsx +++ b/views/report/Report.tsx @@ -91,7 +91,6 @@ export const Report: NavigationFunctionComponent = ({componentId}) => { await crashlytics().setAttributes(settings); crashlytics().recordError(new Error('Reported by user'), 'reported'); formRef.current?.resetForm(); - crashlytics().crash(); ToastAndroid.show( intl.formatMessage(messages['toast.success']), ToastAndroid.LONG,