diff --git a/android/app/build.gradle b/android/app/build.gradle index 25919d2..3ae4033 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 18 + versionName "14.2.3" } signingConfigs { debug { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 43966f6..69256ad 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_seecurity_config"> - - - - - 127.0.0.1 - 10.0.0.1 - localhost - - - my.domain.com - - - - - + + + + + + 127.0.0.1 + 10.0.0.1 + localhost + + + + + + + + + \ No newline at end of file