Fix AppCenter SDK

This commit is contained in:
Grishka
2022-02-19 03:04:04 +03:00
parent c382668049
commit f4e71cf130
4 changed files with 15 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ android {
applicationId "org.joinmastodon.android"
minSdk 23
targetSdk 31
versionCode 2
versionCode 3
versionName "0.1"
}
@@ -23,7 +23,8 @@ android {
debuggable true
}
appcenterPrivateBeta{
initWith debug
initWith release
minifyEnabled false
versionNameSuffix "-priv-beta"
}
appcenterPublicBeta{