android sdk to 33
continuous-integration/drone/pr Build is running Details

This commit is contained in:
Dan Ballard 2023-09-11 08:20:56 -07:00
parent 05b1616473
commit 2015e05cc0
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "im.cwtch.flwtch"
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -24,7 +24,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 31
compileSdkVersion 33
// as third_party include, don't need seperate namespace
//namespace 'dev.fluttercommunity.plus.connectivity'
@ -36,7 +36,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 33
//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {