update libraries, agp and gradle
* core-ktx 1.9.0 -> 1.10.0 * lifecycle-runtime-ktx 2.5.1 -> 2.6.1 * lifecycle-viewmodel-ktx 2.5.1 -> 2.6.1 * glide 4.15.0 -> 4.15.1 * exoplayer 2.18.3 -> 2.18.5 * agp 7.4.2 -> 8.0.0 * gradle wrapper 7.6 -> 8.1
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = "1.8.10"
|
||||
ext.ktor_version = "2.2.4"
|
||||
ext.exo_version = "2.18.3"
|
||||
ext.exo_version = "2.18.5"
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
classpath 'com.android.tools.build:gradle:8.0.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
Reference in New Issue
Block a user