From e4120b79549fc56392e97f6b5cc76eaa13e716da Mon Sep 17 00:00:00 2001 From: vndangkhoa Date: Sat, 3 Jan 2026 00:42:08 +0700 Subject: [PATCH] chore: bump version to 1.3.2 for release test --- android-tv/app/build.gradle | 4 ++-- frontend/android/app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android-tv/app/build.gradle b/android-tv/app/build.gradle index e5989c6..c62d985 100644 --- a/android-tv/app/build.gradle +++ b/android-tv/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.streamflix.tv" minSdk 23 targetSdk 36 - versionCode 4 - versionName "1.3.1" + versionCode 5 + versionName "1.3.2" // Backend API URL - StreamFlix server buildConfigField "String", "API_BASE_URL", '"https://nf.khoavo.myds.me"' diff --git a/frontend/android/app/build.gradle b/frontend/android/app/build.gradle index 1ec040b..e8cc543 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 10 - versionName "1.3.1" + versionCode 11 + versionName "1.3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.