v1.0.8: Android configured for live server loading (auto-updates), version 1.0.8
This commit is contained in:
parent
6dab7530ae
commit
ee7da73065
2 changed files with 8 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"appId": "com.streamflix.app",
|
||||
"appName": "StreamFlix",
|
||||
"webDir": "dist"
|
||||
}
|
||||
"webDir": "dist",
|
||||
"server": {
|
||||
"url": "https://nf.khoavo.myds.me",
|
||||
"cleartext": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue