bump version
This commit is contained in:
parent
b32463bdf0
commit
89a769a33c
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ android {
|
|||
applicationId = "com.nuvio.tv"
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
versionCode = 48
|
||||
versionName = "0.5.5-beta"
|
||||
versionCode = 49
|
||||
versionName = "0.5.6-beta"
|
||||
|
||||
buildConfigField("String", "PARENTAL_GUIDE_API_URL", "\"${localProperties.getProperty("PARENTAL_GUIDE_API_URL", "")}\"")
|
||||
buildConfigField("String", "INTRODB_API_URL", "\"${localProperties.getProperty("INTRODB_API_URL", "")}\"")
|
||||
|
|
|
|||
Loading…
Reference in a new issue