Skip to content

Commit

Permalink
revert: unintended library version bump
Browse files Browse the repository at this point in the history
reverts d7e2505
  • Loading branch information
andrekir committed Nov 9, 2024
1 parent d7e2505 commit 75f4427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ dependencies {
implementation "androidx.appcompat:appcompat-resources:$appcompat_version"
implementation "androidx.emoji2:emoji2-emojipicker:1.5.0"

implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-location-altitude:1.0.0-alpha03'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down Expand Up @@ -184,7 +184,7 @@ dependencies {
kspAndroidTest "com.google.dagger:hilt-compiler:$hilt_version"

// Navigation
def nav_version = "2.8.3"
def nav_version = "2.8.2"
implementation "androidx.navigation:navigation-compose:$nav_version"
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"

Expand Down Expand Up @@ -249,7 +249,7 @@ dependencies {
//noinspection GradleDependency
implementation 'com.google.zxing:core:3.3.0' // <-- don't update

def work_version = '2.10.0'
def work_version = '2.9.1'
// Work Request - used to delay boot event handling
implementation "androidx.work:work-runtime-ktx:$work_version"

Expand Down

0 comments on commit 75f4427

Please sign in to comment.