mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
build.gradle: update AndroidX Activity to 1.9.2
This commit is contained in:
parent
75913e122a
commit
335fdea1f8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ dependencies {
|
||||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
||||||
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
|
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
|
||||||
implementation 'androidx.core:core:1.13.1'
|
implementation 'androidx.core:core:1.13.1'
|
||||||
implementation 'androidx.activity:activity:1.9.1'
|
implementation 'androidx.activity:activity:1.9.2'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue