forked from recloudstream/cloudstream
bump
This commit is contained in:
parent
29d5f3848a
commit
ee4660abb0
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,8 @@ android {
|
||||||
applicationId "com.lagradost.cloudstream3"
|
applicationId "com.lagradost.cloudstream3"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 15
|
versionCode 16
|
||||||
versionName "1.0.0"
|
versionName "1.2.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
@ -50,6 +50,7 @@ android {
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
prerelease {
|
prerelease {
|
||||||
|
applicationIdSuffix ".prerelease"
|
||||||
buildConfigField("boolean", "BETA", "true")
|
buildConfigField("boolean", "BETA", "true")
|
||||||
signingConfig signingConfigs.prerelease
|
signingConfig signingConfigs.prerelease
|
||||||
versionNameSuffix '-PRE'
|
versionNameSuffix '-PRE'
|
||||||
|
|
Loading…
Reference in a new issue