release(v1.0.9): Fresh build with cleartext traffic and API fixes
This commit is contained in:
parent
6607315658
commit
4c71c4853a
5 changed files with 4 additions and 3 deletions
Binary file not shown.
Binary file not shown.
2
build_apk.sh
Normal file → Executable file
2
build_apk.sh
Normal file → Executable file
|
|
@ -2,7 +2,7 @@
|
|||
echo "🚀 Starting StreamFlix Android Build..."
|
||||
|
||||
# 1. Setup Java 17 (using the one we downloaded)
|
||||
export JAVA_HOME=/tmp/jdk-17.0.13+11/Contents/Home
|
||||
export JAVA_HOME=/tmp/jdk-21.0.9+10/Contents/Home
|
||||
export PATH=$JAVA_HOME/bin:$PATH
|
||||
|
||||
# 2. Setup Gradle (using the one we downloaded)
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ android {
|
|||
applicationId "com.streamflix.app"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 8
|
||||
versionName "1.0.8"
|
||||
versionCode 9
|
||||
versionName "1.0.9"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:banner="@mipmap/ic_launcher"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
|
|
|
|||
Loading…
Reference in a new issue