chore: update dependencies
This commit is contained in:
parent
d88f7d6b33
commit
738a2a832f
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue