mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 15:04:53 +03:00
Update deps
This commit is contained in:
parent
ffa048177e
commit
e79aff9e98
@ -32,7 +32,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.esotericsoftware:kryo:4.0.2'
|
implementation 'com.esotericsoftware:kryo:4.0.2'
|
||||||
implementation 'com.google.android.material:material:1.0.0'
|
implementation 'com.google.android.material:material:1.0.0'
|
||||||
implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.1.0'
|
implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.0'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
|
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
implementation "androidx.media:media:1.1.0"
|
implementation "androidx.media:media:1.1.0"
|
||||||
|
@ -4,7 +4,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.6.0'
|
classpath 'com.android.tools.build:gradle:3.6.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user