We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8d95b4 + 9532c75 commit 58f92d3Copy full SHA for 58f92d3
vertexai/android/app/build.gradle
@@ -22,6 +22,7 @@ if (flutterVersionName == null) {
22
}
23
24
apply plugin: 'com.android.application'
25
+apply plugin: 'kotlin-android'
26
// START: FlutterFire Configuration
27
apply plugin: 'com.google.gms.google-services'
28
// END: FlutterFire Configuration
@@ -30,12 +31,12 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
30
31
android {
32
namespace "com.example.example"
33
- compileSdk 33
34
+ compileSdk 34
35
36
defaultConfig {
37
applicationId "com.example.example"
- minSdk 21
38
- targetSdk 33
+ minSdk 24
39
+ targetSdk 34
40
versionCode flutterVersionCode.toInteger()
41
versionName flutterVersionName
42
0 commit comments