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
4 changes: 2 additions & 2 deletions admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ tasks {

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

defaultConfig {
applicationId = "com.google.samples.quickstart.admobexample"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
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 @@ -11,12 +11,12 @@ tasks {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.analytics"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions appdistribution/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.appdistributionquickstart"
compileSdk = 36
compileSdk = 37

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

Expand Down
4 changes: 2 additions & 2 deletions auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ tasks {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.auth"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down
4 changes: 2 additions & 2 deletions config/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ tasks {

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

defaultConfig {
applicationId = "com.google.samples.quickstart.config"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down
4 changes: 2 additions & 2 deletions crash/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ tasks {

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

defaultConfig {
applicationId = "com.google.samples.quickstart.crash"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ tasks {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.database"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down
4 changes: 2 additions & 2 deletions dataconnect/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.dataconnect"
compileSdk = 36
compileSdk = 37

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

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 @@ -8,12 +8,12 @@ plugins {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.ai"
minSdk = 26
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"

Expand Down
6 changes: 3 additions & 3 deletions firestore/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.fireeats"
testBuildType = "release"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.firebase.example.fireeats"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies {
// Support Libs
implementation("androidx.activity:activity-ktx:1.13.0")
implementation("androidx.appcompat:appcompat:1.7.1")
implementation("androidx.core:core-ktx:1.18.0")
implementation("androidx.core:core-ktx:1.19.0")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Instead of hardcoding the dependency version, use the centralized version catalog reference 'libs.androidx.core.ktx' to maintain consistency across all modules and avoid version drift.

    implementation(libs.androidx.core.ktx)

implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.browser:browser:1.5.0")
Expand Down
4 changes: 2 additions & 2 deletions functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ android {
namespace = "com.google.samples.quickstart.functions"
// Changes the test build type for instrumented tests to "stage".
testBuildType = "release"
compileSdk = 36
compileSdk = 37

defaultConfig {
applicationId = "com.google.samples.quickstart.functions"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ camerax = "1.6.1"
coil3Compose = "3.4.0"
composeBom = "2026.05.01"
composeNavigation = "2.9.8"
coreKtx = "1.18.0"
coreKtx = "1.19.0"
espressoCore = "3.7.0"
firebaseBom = "34.14.1"
googleServices = "4.4.4"
Expand Down
4 changes: 2 additions & 2 deletions inappmessaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {

android {
namespace = "com.google.firebase.fiamquickstart"
compileSdk = 36
compileSdk = 37
defaultConfig {
applicationId = "com.google.firebase.fiamquickstart"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"

Expand Down
4 changes: 2 additions & 2 deletions internal/chooserx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

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

defaultConfig {
minSdk = 16
Expand All @@ -20,7 +20,7 @@ android {
}

lint {
targetSdk = 36
targetSdk = 37
}

}
Expand Down
4 changes: 2 additions & 2 deletions internal/lintchecks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ plugins {
}
android {
namespace = "com.firebase.lintchecks"
compileSdk = 36
compileSdk = 37

defaultConfig {
minSdk = 16
}

lint {
targetSdk = 36
targetSdk = 37
}
}

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 @@ -11,12 +11,12 @@ tasks {

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.fcm"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation(project(":internal:chooserx"))
implementation("androidx.annotation:annotation:1.10.0")
implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0")
implementation("androidx.core:core-ktx:1.18.0")
implementation("androidx.core:core-ktx:1.19.0")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Instead of hardcoding the dependency version, use the centralized version catalog reference 'libs.androidx.core.ktx' to maintain consistency across all modules and avoid version drift.

    implementation(libs.androidx.core.ktx)


// Required when asking for permission to post notifications (starting in Android 13)
implementation("androidx.activity:activity-ktx:1.13.0")
Expand Down
4 changes: 2 additions & 2 deletions perf/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.quickstart.perfmon"
compileSdk = 36
compileSdk = 37

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

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

defaultConfig {
applicationId = "com.google.firebase.quickstart.firebasestorage"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 1
versionName = "1.0"
multiDexEnabled = true
Expand Down
Loading