v1.0.8: Android configured for live server loading (auto-updates), version 1.0.8

This commit is contained in:
Khoa.vo 2025-12-24 14:40:04 +07:00
parent 6dab7530ae
commit ee7da73065
2 changed files with 8 additions and 4 deletions

View file

@ -7,8 +7,8 @@ android {
applicationId "com.streamflix.app" applicationId "com.streamflix.app"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 6 versionCode 8
versionName "1.0.6" versionName "1.0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View file

@ -1,5 +1,9 @@
{ {
"appId": "com.streamflix.app", "appId": "com.streamflix.app",
"appName": "StreamFlix", "appName": "StreamFlix",
"webDir": "dist" "webDir": "dist",
} "server": {
"url": "https://nf.khoavo.myds.me",
"cleartext": true
}
}