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:
parent
e032d38d56
commit
3301643c1d
9 changed files with 29 additions and 33 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue