diff --git a/frontend/android/app/build.gradle b/frontend/android/app/build.gradle index e01c188..676720c 100644 --- a/frontend/android/app/build.gradle +++ b/frontend/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.streamflix.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 6 - versionName "1.0.6" + versionCode 8 + versionName "1.0.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/frontend/capacitor.config.json b/frontend/capacitor.config.json index 2234bac..ed9efb0 100644 --- a/frontend/capacitor.config.json +++ b/frontend/capacitor.config.json @@ -1,5 +1,9 @@ { "appId": "com.streamflix.app", "appName": "StreamFlix", - "webDir": "dist" -} + "webDir": "dist", + "server": { + "url": "https://nf.khoavo.myds.me", + "cleartext": true + } +} \ No newline at end of file