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"
|
applicationId "com.streamflix.tv"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 36
|
targetSdk 36
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "1.3.1"
|
versionName "1.3.2"
|
||||||
|
|
||||||
// Backend API URL - StreamFlix server
|
// Backend API URL - StreamFlix server
|
||||||
buildConfigField "String", "API_BASE_URL", '"https://nf.khoavo.myds.me"'
|
buildConfigField "String", "API_BASE_URL", '"https://nf.khoavo.myds.me"'
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ android {
|
||||||
applicationId "com.streamflix.app"
|
applicationId "com.streamflix.app"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 10
|
versionCode 11
|
||||||
versionName "1.3.1"
|
versionName "1.3.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue