chore: update dependencies

This commit is contained in:
Infi 2023-02-18 01:02:21 +01:00
parent d88f7d6b33
commit 738a2a832f
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ dependencies {
// Other AndroidX libraries - used for various things and never seem to have a consistent version
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.browser:browser:1.4.0"
implementation "androidx.browser:browser:1.5.0"
implementation "androidx.datastore:datastore-preferences:1.1.0-alpha01"
implementation "androidx.datastore:datastore:1.1.0-alpha01"

View File

@ -38,7 +38,7 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation platform("androidx.compose:compose-bom:$compose_bom_version")