feat: target sdk 30 w/ build-tool 30.0.3 (#1182)

This commit is contained in:
エリス
2021-04-13 15:34:21 +09:00
committed by GitHub
parent a33044921d
commit dc8854d16c
6 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -19,13 +19,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "org.apache.cordova.unittests"
minSdkVersion 22
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"