Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
errortek committed Jun 6, 2024
1 parent a5ac003 commit ae85abf
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,25 @@ aboutLibraries {
dependencies {

implementation 'androidx.core:core-ktx:1.14.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.7.0-rc01'
implementation 'com.google.android.material:material:1.13.0-alpha02'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.13.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha13'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.0-beta01'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.0-beta01'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.0-beta02'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.0-beta02'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.0-beta01'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0-beta01'
androidTestImplementation 'androidx.test.ext:junit:1.2.0-rc01'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0-rc01'
implementation 'com.github.bumptech.glide:glide:5.0.0-rc01'
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.0-beta01'
debugImplementation 'androidx.compose.ui:ui-tooling:1.7.0-beta01'
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.0-beta02'
debugImplementation 'androidx.compose.ui:ui-tooling:1.7.0-beta02'
implementation 'com.google.accompanist:accompanist-insets-ui:0.35.1-alpha'
implementation 'com.google.accompanist:accompanist-systemuicontroller:0.35.1-alpha'
implementation 'com.mikepenz:aboutlibraries-core:11.2.0-a01'
implementation 'com.mikepenz:aboutlibraries-compose:11.2.0-a01'
implementation 'com.mikepenz:aboutlibraries-core:11.2.1'
implementation 'com.mikepenz:aboutlibraries-compose:11.2.1'
implementation 'androidx.activity:activity-compose:1.9.0'
implementation 'androidx.compose.ui:ui:1.7.0-beta01'
implementation 'androidx.compose.material:material:1.7.0-beta01'
implementation 'androidx.compose.ui:ui-tooling-preview:1.7.0-beta01'
implementation 'androidx.compose.ui:ui:1.7.0-beta02'
implementation 'androidx.compose.material:material:1.7.0-beta02'
implementation 'androidx.compose.ui:ui-tooling-preview:1.7.0-beta02'
}

0 comments on commit ae85abf

Please sign in to comment.