chore: bump version to 1.3.2 for release test
Some checks failed
Release APKs / Build TV APK (push) Has been cancelled
Release APKs / Build Mobile APK (push) Has been cancelled
Release APKs / Create Release (push) Has been cancelled

This commit is contained in:
vndangkhoa 2026-01-03 00:42:08 +07:00
parent e54b25a9b4
commit e4120b7954
2 changed files with 4 additions and 4 deletions

View file

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

View file

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