Upgrade sdkVersion from 29 -> 30
This commit is contained in:
parent
dc6b218834
commit
ac098c4062
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@ import com.google.gms.googleservices.GoogleServicesPlugin
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "29.0.1"
|
||||
flavorDimensions "default"
|
||||
|
||||
|
@ -15,10 +15,9 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "io.lbry.browser"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode 1613
|
||||
versionName "0.16.13"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue