Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.firebase.example.admob"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.admob"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
// [END gradle_play_config]

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// For an optimal experience using AdMob, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
4 changes: 2 additions & 2 deletions analytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.firebase.example.analytics"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.analytics"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
8 changes: 4 additions & 4 deletions appcheck/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.firebase.example.appcheck"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.appcheck"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -42,11 +42,11 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))
implementation("com.google.firebase:firebase-appcheck")
implementation("com.google.firebase:firebase-appcheck-playintegrity")
implementation("com.google.firebase:firebase-appcheck-debug")

implementation("com.squareup.retrofit2:retrofit:3.0.0")
implementation("androidx.core:core-ktx:1.18.0")
implementation("androidx.core:core-ktx:1.19.0")
}
6 changes: 3 additions & 3 deletions auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

android {
namespace = "com.google.firebase.quickstart.auth"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.quickstart.auth"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.13.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Add the dependency for the Firebase Authentication library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
8 changes: 4 additions & 4 deletions config/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

android {
namespace = "com.google.firebase.quickstart.config"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.quickstart.config"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand All @@ -35,13 +35,13 @@ android {
}

dependencies {
implementation("androidx.core:core-ktx:1.18.0")
implementation("androidx.core:core-ktx:1.19.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("com.google.android.material:material:1.14.0")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Add the dependencies for the Remote Config and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
6 changes: 3 additions & 3 deletions crashlytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ plugins {

android {
namespace = "com.google.firebase.example.crashlytics"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.crashlytics"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Add the dependencies for the Crashlytics and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
6 changes: 3 additions & 3 deletions database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.firebase.referencecode.database"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.referencecode.database"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
}
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Add the dependency for the Realtime Database library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
4 changes: 2 additions & 2 deletions firebase-ai/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.firebase.example.ailogic"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.ailogic"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"

Expand Down
6 changes: 3 additions & 3 deletions firebaseoptions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "devrel.firebase.google.com.firebaseoptions"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "devrel.firebase.google.com.firebaseoptions"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -39,7 +39,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))
implementation("com.google.firebase:firebase-database")
implementation("com.google.firebase:firebase-common")
}
6 changes: 3 additions & 3 deletions firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.example.firestore"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.example.firestore"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Declare the dependency for the Cloud Firestore library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
6 changes: 3 additions & 3 deletions functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "devrel.firebase.google.com.functions"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "devrel.firebase.google.com.functions"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -39,7 +39,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Add the dependency for the Cloud Functions library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
agp = "9.2.1"
firebaseAi = "17.12.1"
guava = "32.0.1-android"
kotlin = "2.3.21"
coreKtx = "1.18.0"
kotlin = "2.4.0"
coreKtx = "1.19.0"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
Expand Down
6 changes: 3 additions & 3 deletions inappmessaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

android {
namespace = "com.google.firebase.example.inappmessaging"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.inappmessaging"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("androidx.browser:browser:1.5.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Add the dependencies for the In-App Messaging and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
6 changes: 3 additions & 3 deletions installations/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.samples.snippet"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.samples.snippet"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -36,7 +36,7 @@ android {

dependencies {
implementation(fileTree("libs").include("*.jar"))
implementation("androidx.core:core-ktx:1.18.0")
implementation("androidx.core:core-ktx:1.19.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.constraintlayout:constraintlayout:2.2.1")

Expand Down
6 changes: 3 additions & 3 deletions messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plugins {

android {
namespace = "com.google.firebase.example.messaging"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.messaging"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Import Firebase Cloud Messaging library
implementation("com.google.firebase:firebase-messaging")
Expand Down
6 changes: 3 additions & 3 deletions ml-functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ android {
namespace = "devrel.firebase.google.com.mlfunctions"
// Changes the test build type for instrumented tests to "stage".
testBuildType = "release"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "devrel.firebase.google.com.mlfunctions"
minSdk = 16
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.1")

// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.14.0"))
implementation(platform("com.google.firebase:firebase-bom:34.14.1"))

// Cloud Functions for Firebase
implementation("com.google.firebase:firebase-functions")
Expand Down
4 changes: 2 additions & 2 deletions mlkit/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ plugins {

android {
namespace = "com.google.firebase.example.mlkit"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.mlkit"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Loading
Loading