Skip to content

Commit

Permalink
Update build.gradle dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Dec 28, 2024
1 parent b0420d9 commit 9b340ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment:2.8.2'
implementation 'androidx.navigation:navigation-ui:2.8.2'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.navigation:navigation-fragment:2.8.5'
implementation 'androidx.navigation:navigation-ui:2.8.5'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.google.oboe:oboe:1.9.0'
implementation 'com.google.oboe:oboe:1.9.3'
}

// We don't even use Kotlin. Why we have to care about it?
Expand Down

0 comments on commit 9b340ae

Please sign in to comment.