Skip to content

Commit 58f92d3

Browse files
authored
Merge pull request #87 from firebase/harveyjen-working-20240627
Update Android app/build.gradle for Vertex AI quickstart.
2 parents b8d95b4 + 9532c75 commit 58f92d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

vertexai/android/app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if (flutterVersionName == null) {
2222
}
2323

2424
apply plugin: 'com.android.application'
25+
apply plugin: 'kotlin-android'
2526
// START: FlutterFire Configuration
2627
apply plugin: 'com.google.gms.google-services'
2728
// END: FlutterFire Configuration
@@ -30,12 +31,12 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
3031
android {
3132
namespace "com.example.example"
3233

33-
compileSdk 33
34+
compileSdk 34
3435

3536
defaultConfig {
3637
applicationId "com.example.example"
37-
minSdk 21
38-
targetSdk 33
38+
minSdk 24
39+
targetSdk 34
3940
versionCode flutterVersionCode.toInteger()
4041
versionName flutterVersionName
4142
}

0 commit comments

Comments
 (0)