update to SDK 30 and fix deprecations (#2173)

* update to SDk 30 and fix deprecations

* remove unnecessary .run

* revert ViewMediaActivity change
This commit is contained in:
Konrad Pozniak 2021-06-01 19:46:07 +02:00 committed by GitHub
commit 3301643c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 29 additions and 33 deletions

View file

@ -15,11 +15,11 @@ def getGitSha = {
}
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId APP_ID
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 83
versionName "15.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"