Skip to content

Commit

Permalink
Auto-update dependencies. (#193)
Browse files Browse the repository at this point in the history
* Auto-update dependencies.

* chore: update compileSdk to 34

---------

Co-authored-by: Rosário P. Fernandes <[email protected]>
  • Loading branch information
dpebot and thatfiredev authored Aug 15, 2023
1 parent 36fe11f commit 7738557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {

android {
namespace = "com.google.firebase.example.fireeats"
compileSdk = 33
compileSdk = 34
defaultConfig {
applicationId = "com.google.firebase.example.fireeats"
minSdk = 19
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down Expand Up @@ -63,8 +63,8 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.multidex:multidex:2.0.1")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("androidx.navigation:navigation-fragment-ktx:2.6.0")
implementation("androidx.navigation:navigation-ui-ktx:2.6.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.0")
implementation("androidx.navigation:navigation-ui-ktx:2.7.0")
implementation("androidx.startup:startup-runtime:1.1.1")

// Android architecture components
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.android.library") version "8.1.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("com.google.gms.google-services") version "4.3.15" apply false
id("androidx.navigation.safeargs") version "2.6.0" apply false
id("androidx.navigation.safeargs") version "2.7.0" apply false
id("com.github.ben-manes.versions") version "0.47.0" apply true
}

Expand Down

0 comments on commit 7738557

Please sign in to comment.