Merge pull request #937 from nextcloud/8.1.0stable

Bump to 8.1.0 release
This commit is contained in:
Tobias Kaminsky 2020-11-16 16:21:56 +01:00 committed by GitHub
commit 8d53e71547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,17 +30,17 @@ if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskReq
} }
android { android {
compileSdkVersion 28 compileSdkVersion 29
buildToolsVersion '28.0.3' buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
applicationId "com.nextcloud.talk2" applicationId "com.nextcloud.talk2"
versionName version versionName version
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 80010050 // 0-50=Alpha / 51-98=RC / 90-99=stable versionCode 80010090 // 0-50=Alpha / 51-98=RC / 90-99=stable
versionName "8.1.0 Alpha 51" versionName "8.1.0"
flavorDimensions "default" flavorDimensions "default"
renderscriptTargetApi 19 renderscriptTargetApi 19