release(v1.0.9): Fresh build with cleartext traffic and API fixes

This commit is contained in:
Khoa.vo 2025-12-24 17:23:51 +07:00
parent 6607315658
commit 4c71c4853a
5 changed files with 4 additions and 3 deletions

2
build_apk.sh Normal file → Executable file
View 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)

View file

@ -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.

View file

@ -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"