File tree 25 files changed +53
-53
lines changed
vertexai/app/src/main/java/com/google/firebase/example/vertexai/kotlin
25 files changed +53
-53
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ dependencies {
36
36
implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
37
37
implementation(" androidx.browser:browser:1.5.0" )
38
38
implementation(" androidx.appcompat:appcompat:1.6.1" )
39
- implementation(" com.google.firebase:firebase-ads:23.0 .0" )
39
+ implementation(" com.google.firebase:firebase-ads:23.1 .0" )
40
40
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
41
41
implementation(" androidx.multidex:multidex:2.0.1" )
42
42
43
43
// [START gradle_play_config]
44
- implementation(" com.google.android.gms:play-services-ads:23.0 .0" )
44
+ implementation(" com.google.android.gms:play-services-ads:23.1 .0" )
45
45
// [END gradle_play_config]
46
46
47
47
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
48
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
48
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
49
49
50
50
// For an optimal experience using AdMob, add the Firebase SDK
51
51
// for Google Analytics. This is recommended, but not required.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.example.analytics"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -35,7 +35,7 @@ android {
35
35
dependencies {
36
36
implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
37
37
implementation(" androidx.appcompat:appcompat:1.6.1" )
38
- implementation(" com.google.firebase:firebase-analytics:21.6.2 " )
38
+ implementation(" com.google.firebase:firebase-analytics:22.0.0 " )
39
39
// Ironsource and AppLovin libraries used for ad_impression snippets
40
40
implementation(" com.applovin:applovin-sdk:11.5.1" )
41
41
implementation(" com.ironsource.sdk:mediationsdk:7.2.4.1" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.example.appcheck"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -35,15 +35,15 @@ android {
35
35
36
36
dependencies {
37
37
implementation(" androidx.appcompat:appcompat:1.6.1" )
38
- implementation(" com.google.android.material:material:1.11 .0" )
38
+ implementation(" com.google.android.material:material:1.12 .0" )
39
39
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
40
40
41
41
// Import the BoM for the Firebase platform
42
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
42
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
43
43
implementation(" com.google.firebase:firebase-appcheck" )
44
44
implementation(" com.google.firebase:firebase-appcheck-playintegrity" )
45
45
implementation(" com.google.firebase:firebase-appcheck-debug" )
46
46
47
47
implementation(" com.squareup.retrofit2:retrofit:2.11.0" )
48
- implementation(" androidx.core:core-ktx:1.13.0 " )
48
+ implementation(" androidx.core:core-ktx:1.13.1 " )
49
49
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
10
10
defaultConfig {
11
11
applicationId = " com.google.firebase.quickstart.auth"
12
- minSdk = 19
12
+ minSdk = 23
13
13
targetSdk = 34
14
14
versionCode = 1
15
15
versionName = " 1.0"
@@ -36,11 +36,11 @@ dependencies {
36
36
implementation(" androidx.browser:browser:1.0.0" )
37
37
implementation(" androidx.cardview:cardview:1.0.0" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
39
- implementation(" com.google.android.material:material:1.11 .0" )
39
+ implementation(" com.google.android.material:material:1.12 .0" )
40
40
implementation(" androidx.activity:activity-ktx:1.9.0" )
41
41
42
42
// Import the BoM for the Firebase platform
43
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
43
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
44
44
45
45
// Add the dependency for the Firebase Authentication library
46
46
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id(" com.android.library" ) version " 8.4.0" apply false
7
7
id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
8
8
id(" com.google.gms.google-services" ) version " 4.4.1" apply false
9
- id(" com.google.firebase.crashlytics" ) version " 2.9.9 " apply false
9
+ id(" com.google.firebase.crashlytics" ) version " 3.0.1 " apply false
10
10
id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
11
11
id(" androidx.navigation.safeargs" ) version " 2.7.7" apply false
12
12
id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
10
10
defaultConfig {
11
11
applicationId = " com.google.firebase.quickstart.config"
12
- minSdk = 19
12
+ minSdk = 21
13
13
targetSdk = 34
14
14
versionCode = 1
15
15
versionName = " 1.0"
@@ -32,13 +32,13 @@ android {
32
32
}
33
33
34
34
dependencies {
35
- implementation(" androidx.core:core-ktx:1.13.0 " )
35
+ implementation(" androidx.core:core-ktx:1.13.1 " )
36
36
implementation(" androidx.appcompat:appcompat:1.6.1" )
37
- implementation(" com.google.android.material:material:1.11 .0" )
37
+ implementation(" com.google.android.material:material:1.12 .0" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
39
39
40
40
// Import the BoM for the Firebase platform
41
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
41
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
42
42
43
43
// Add the dependencies for the Remote Config and Analytics libraries
44
44
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
12
12
defaultConfig {
13
13
applicationId = " com.google.firebase.example.crashlytics"
14
- minSdk = 19
14
+ minSdk = 21
15
15
targetSdk = 34
16
16
versionCode = 1
17
17
versionName = " 1.0"
@@ -38,7 +38,7 @@ dependencies {
38
38
implementation(" androidx.appcompat:appcompat:1.6.1" )
39
39
40
40
// Import the BoM for the Firebase platform
41
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
41
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
42
42
43
43
// Add the dependencies for the Crashlytics and Analytics libraries
44
44
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
id(" com.android.library" ) version " 8.4.0" apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 1.9.23" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.1" apply false
8
- id(" com.google.firebase.crashlytics" ) version " 2.9.9 " apply false
8
+ id(" com.google.firebase.crashlytics" ) version " 3.0.1 " apply false
9
9
}
10
10
11
11
allprojects {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.referencecode.database"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -43,7 +43,7 @@ dependencies {
43
43
implementation(" androidx.appcompat:appcompat:1.6.1" )
44
44
45
45
// Import the BoM for the Firebase platform
46
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
46
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
47
47
48
48
// Add the dependency for the Realtime Database library
49
49
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
10
10
defaultConfig {
11
11
applicationId = " com.google.firebase.dynamicinvites"
12
- minSdk = 19
12
+ minSdk = 21
13
13
targetSdk = 34
14
14
versionCode = 1
15
15
versionName = " 1.0"
@@ -36,11 +36,11 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.6.1" )
37
37
implementation(" androidx.cardview:cardview:1.0.0" )
38
38
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
39
- implementation(" com.google.android.material:material:1.11 .0" )
39
+ implementation(" com.google.android.material:material:1.12 .0" )
40
40
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
41
41
42
42
// Import the BoM for the Firebase platform
43
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
43
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
44
44
45
45
// Add the dependency for the Dynamic Links library
46
46
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
10
10
defaultConfig {
11
11
applicationId = " com.google.firebase.quickstart.dynamiclinks"
12
- minSdk = 19
12
+ minSdk = 23
13
13
targetSdk = 34
14
14
versionCode = 1
15
15
versionName = " 1.0"
@@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.6.1" )
37
37
38
38
// Import the BoM for the Firebase platform
39
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
39
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
40
40
41
41
// When using the BoM, you don't specify versions in Firebase library dependencies
42
42
implementation(" com.google.firebase:firebase-auth" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " devrel.firebase.google.com.firebaseoptions"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.6.1" )
37
37
38
38
// Import the BoM for the Firebase platform
39
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
39
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
40
40
implementation(" com.google.firebase:firebase-database" )
41
41
implementation(" com.google.firebase:firebase-common" )
42
42
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.example.firestore"
13
- minSdk = 19
13
+ minSdk = 23
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -42,15 +42,15 @@ dependencies {
42
42
implementation(" androidx.multidex:multidex:2.0.1" )
43
43
44
44
// Import the BoM for the Firebase platform
45
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
45
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
46
46
47
47
// Declare the dependency for the Cloud Firestore library
48
48
// When using the BoM, you don't specify versions in Firebase library dependencies
49
49
implementation(" com.google.firebase:firebase-firestore" )
50
50
51
51
// Firebase / Play Services
52
52
implementation(" com.google.firebase:firebase-auth" )
53
- implementation(" com.google.android.gms:play-services-auth:21.1.0 " )
53
+ implementation(" com.google.android.gms:play-services-auth:21.1.1 " )
54
54
implementation(" com.google.firebase:firebase-functions" )
55
55
56
56
// GeoFire (for Geoqueries solution)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " devrel.firebase.google.com.functions"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -36,7 +36,7 @@ dependencies {
36
36
implementation(" androidx.appcompat:appcompat:1.6.1" )
37
37
38
38
// Import the BoM for the Firebase platform
39
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
39
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
40
40
41
41
// Add the dependency for the Cloud Functions library
42
42
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ lifecycleRuntimeKtx = "2.7.0"
10
10
activityCompose = " 1.9.0"
11
11
composeBom = " 2024.05.00"
12
12
reactiveStreams = " 1.0.4"
13
- vertexAI = " 16.0.0-alpha03 "
13
+ vertexAI = " 16.0.0-beta01 "
14
14
15
15
[libraries ]
16
16
androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
10
10
defaultConfig {
11
11
applicationId = " com.google.firebase.example.inappmessaging"
12
- minSdk = 19
12
+ minSdk = 21
13
13
targetSdk = 34
14
14
versionCode = 1
15
15
versionName = " 1.0"
@@ -44,7 +44,7 @@ dependencies {
44
44
implementation(" androidx.browser:browser:1.5.0" )
45
45
46
46
// Import the BoM for the Firebase platform
47
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
47
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
48
48
49
49
// Add the dependencies for the In-App Messaging and Analytics libraries
50
50
// When using the BoM, you don't specify versions in Firebase library dependencies
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.samples.snippet"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -33,9 +33,9 @@ android {
33
33
34
34
dependencies {
35
35
implementation(fileTree(" libs" ).include(" *.jar" ))
36
- implementation(" androidx.core:core-ktx:1.13.0 " )
36
+ implementation(" androidx.core:core-ktx:1.13.1 " )
37
37
implementation(" androidx.appcompat:appcompat:1.6.1" )
38
38
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
39
39
40
- implementation(" com.google.firebase:firebase-installations:17.2 .0" )
40
+ implementation(" com.google.firebase:firebase-installations:18.0 .0" )
41
41
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.example.messaging"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
@@ -37,7 +37,7 @@ dependencies {
37
37
implementation(" androidx.appcompat:appcompat:1.6.1" )
38
38
39
39
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
40
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
40
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
41
41
42
42
// Import Firebase Cloud Messaging library
43
43
implementation(" com.google.firebase:firebase-messaging" )
@@ -51,7 +51,7 @@ dependencies {
51
51
// See: https://firebase.google.com/docs/cloud-messaging/manage-tokens
52
52
implementation(" com.google.firebase:firebase-firestore" )
53
53
54
- implementation(" com.google.android.gms:play-services-auth:21.1.0 " )
54
+ implementation(" com.google.android.gms:play-services-auth:21.1.1 " )
55
55
implementation(" androidx.work:work-runtime-ktx:2.9.0" )
56
56
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" )
57
57
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation(" androidx.appcompat:appcompat:1.6.1" )
44
44
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
46
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
47
47
48
48
// Cloud Functions for Firebase
49
49
implementation(" com.google.firebase:firebase-functions" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.example.mlkit"
13
- minSdk = 19
13
+ minSdk = 21
14
14
targetSdk = 34
15
15
versionCode = 1
16
16
versionName = " 1.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
12
12
defaultConfig {
13
13
applicationId = " com.google.firebase.example.perf"
14
- minSdk = 19
14
+ minSdk = 21
15
15
targetSdk = 34
16
16
versionCode = 1
17
17
versionName = " 1.0"
@@ -38,7 +38,7 @@ dependencies {
38
38
implementation(" androidx.appcompat:appcompat:1.6.1" )
39
39
40
40
// Import the BoM for the Firebase platform
41
- implementation(platform(" com.google.firebase:firebase-bom:32.8.1 " ))
41
+ implementation(platform(" com.google.firebase:firebase-bom:33.0.0 " ))
42
42
43
43
// Add the dependency for the Performance Monitoring library
44
44
// When using the BoM, you don't specify versions in Firebase library dependencies
You can’t perform that action at this time.
0 commit comments