chore: bump version to 1.3.2 for release test
This commit is contained in:
parent
e54b25a9b4
commit
e4120b7954
2 changed files with 4 additions and 4 deletions
|
|
@ -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"'
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue