Skip to content

Commit

Permalink
chore: Update dependencies (autogenerated pr)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLudahl committed May 2, 2024
1 parent e8106df commit fced6f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ dependencies {

// Android specific
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'com.google.android.gms:play-services-location:21.2.0'
implementation "com.google.android.material:material:1.11.0"
implementation "com.google.android.material:material:1.12.0"
implementation "androidx.viewpager2:viewpager2:1.0.0"

// DI
Expand All @@ -101,7 +101,7 @@ dependencies {

//Firebase
// Import the BoM for the Firebase platform
implementation platform('com.google.firebase:firebase-bom:32.8.1')
implementation platform('com.google.firebase:firebase-bom:33.0.0')

// 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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.android.tools.build:gradle:8.4.0'
classpath "com.google.dagger:hilt-android-gradle-plugin:$dagger_hilt"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation"
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.0'
classpath 'com.google.firebase:perf-plugin:1.4.2'
}
}
Expand All @@ -45,5 +45,5 @@ allprojects {
}

tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}

0 comments on commit fced6f4

Please sign in to comment.