File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ tasks {
1111
1212android {
1313 namespace = " com.google.samples.quickstart.admobexample"
14- compileSdk = 36
14+ compileSdk = 37
1515
1616 defaultConfig {
1717 applicationId = " com.google.samples.quickstart.admobexample"
1818 minSdk = 23
19- targetSdk = 36
19+ targetSdk = 37
2020 versionCode = 1
2121 versionName = " 1.0"
2222 multiDexEnabled = true
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ tasks {
1111
1212android {
1313 namespace = " com.google.firebase.quickstart.analytics"
14- compileSdk = 36
14+ compileSdk = 37
1515
1616 defaultConfig {
1717 applicationId = " com.google.firebase.quickstart.analytics"
1818 minSdk = 23
19- targetSdk = 36
19+ targetSdk = 37
2020 versionCode = 1
2121 versionName = " 1.0"
2222 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
66
77android {
88 namespace = " com.google.firebase.appdistributionquickstart"
9- compileSdk = 36
9+ compileSdk = 37
1010
1111 defaultConfig {
1212 applicationId = " com.google.firebase.appdistributionquickstart"
1313 minSdk = 23
14- targetSdk = 36
14+ targetSdk = 37
1515 versionCode = 1
1616 versionName = " 1.0"
1717
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ tasks {
1111
1212android {
1313 namespace= " com.google.firebase.quickstart.auth"
14- compileSdk = 36
14+ compileSdk = 37
1515 flavorDimensions + = " minSdkVersion"
1616
1717 defaultConfig {
1818 applicationId = " com.google.firebase.quickstart.auth"
1919 minSdk = 23
20- targetSdk = 36
20+ targetSdk = 37
2121 versionCode = 1
2222 versionName = " 1.0"
2323 multiDexEnabled = true
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ tasks {
1111
1212android {
1313 namespace = " com.google.samples.quickstart.config"
14- compileSdk = 36
14+ compileSdk = 37
1515
1616 defaultConfig {
1717 applicationId = " com.google.samples.quickstart.config"
1818 minSdk = 23
19- targetSdk = 36
19+ targetSdk = 37
2020 versionCode = 1
2121 versionName = " 1.0"
2222 multiDexEnabled = true
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ tasks {
1212
1313android {
1414 namespace = " com.google.samples.quickstart.crash"
15- compileSdk = 36
15+ compileSdk = 37
1616
1717 defaultConfig {
1818 applicationId = " com.google.samples.quickstart.crash"
1919 minSdk = 23
20- targetSdk = 36
20+ targetSdk = 37
2121 versionCode = 1
2222 versionName = " 1.0"
2323 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ tasks {
1111
1212android {
1313 namespace = " com.google.firebase.quickstart.database"
14- compileSdk = 36
14+ compileSdk = 37
1515
1616 defaultConfig {
1717 applicationId = " com.google.firebase.quickstart.database"
1818 minSdk = 23
19- targetSdk = 36
19+ targetSdk = 37
2020 versionCode = 1
2121 versionName = " 1.0"
2222 multiDexEnabled = true
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ plugins {
77
88android {
99 namespace = " com.google.firebase.example.dataconnect"
10- compileSdk = 36
10+ compileSdk = 37
1111
1212 defaultConfig {
1313 applicationId = " com.google.firebase.example.dataconnect"
1414 minSdk = 23
15- targetSdk = 36
15+ targetSdk = 37
1616 versionCode = 1
1717 versionName = " 1.0"
1818
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ plugins {
88
99android {
1010 namespace = " com.google.firebase.quickstart.ai"
11- compileSdk = 36
11+ compileSdk = 37
1212
1313 defaultConfig {
1414 applicationId = " com.google.firebase.quickstart.ai"
1515 minSdk = 26
16- targetSdk = 36
16+ targetSdk = 37
1717 versionCode = 1
1818 versionName = " 1.0"
1919
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ plugins {
88android {
99 namespace = " com.google.firebase.example.fireeats"
1010 testBuildType = " release"
11- compileSdk = 36
11+ compileSdk = 37
1212
1313 defaultConfig {
1414 applicationId = " com.google.firebase.example.fireeats"
1515 minSdk = 23
16- targetSdk = 36
16+ targetSdk = 37
1717 versionCode = 1
1818 versionName = " 1.0"
1919 multiDexEnabled = true
@@ -68,7 +68,7 @@ dependencies {
6868 // Support Libs
6969 implementation(" androidx.activity:activity-ktx:1.13.0" )
7070 implementation(" androidx.appcompat:appcompat:1.7.1" )
71- implementation(" androidx.core:core-ktx:1.18 .0" )
71+ implementation(" androidx.core:core-ktx:1.19 .0" )
7272 implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
7373 implementation(" androidx.cardview:cardview:1.0.0" )
7474 implementation(" androidx.browser:browser:1.5.0" )
You can’t perform that action at this time.
0 commit comments