File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ plugins {
7
7
8
8
android {
9
9
namespace = " com.google.firebase.example.fireeats"
10
- compileSdk = 34
10
+ compileSdk = 35
11
11
defaultConfig {
12
12
applicationId = " com.google.firebase.example.fireeats"
13
13
minSdk = 23
14
- targetSdk = 34
14
+ targetSdk = 35
15
15
versionCode = 1
16
16
versionName = " 1.0"
17
17
@@ -43,7 +43,7 @@ android {
43
43
44
44
dependencies {
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46
- implementation(platform(" com.google.firebase:firebase-bom:33.1.0 " ))
46
+ implementation(platform(" com.google.firebase:firebase-bom:33.1.2 " ))
47
47
48
48
// Firestore
49
49
implementation(" com.google.firebase:firebase-firestore-ktx" )
@@ -70,7 +70,7 @@ dependencies {
70
70
// Android architecture components
71
71
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" )
72
72
implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
73
- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.1 " )
73
+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.4 " )
74
74
75
75
// Third-party libraries
76
76
implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
Original file line number Diff line number Diff line change 2
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
4
4
plugins {
5
- id(" com.android.application" ) version " 8.4.1 " apply false
6
- id(" com.android.library" ) version " 8.4.1 " apply false
7
- id(" org.jetbrains.kotlin.android" ) version " 2.0.0 " apply false
5
+ id(" com.android.application" ) version " 8.5.2 " apply false
6
+ id(" com.android.library" ) version " 8.5.2 " apply false
7
+ id(" org.jetbrains.kotlin.android" ) version " 2.0.10 " apply false
8
8
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
9
id(" androidx.navigation.safeargs" ) version " 2.7.7" apply false
10
10
id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
You can’t perform that action at this time.
0 commit comments