mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
build.gradle: update AndroidX Activity to 1.7.0
This commit is contained in:
parent
8f1c8f1986
commit
d4f9ab68f1
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ configurations {
|
|||
all*.exclude group: 'org.json', module: 'json'
|
||||
all*.exclude group: 'net.sf.kxml', module: 'kxml2'
|
||||
all*.exclude group: 'androidx.legacy', module: 'legacy-support-core-ui'
|
||||
all*.exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk7'
|
||||
all*.exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -16,7 +18,7 @@ dependencies {
|
|||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
||||
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
|
||||
implementation 'androidx.core:core:1.9.0'
|
||||
implementation 'androidx.activity:activity:1.6.1'
|
||||
implementation 'androidx.activity:activity:1.7.0'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||
//noinspection GradleDependency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue