update libraries and kotlin
* kotlin 1.7.20 -> 1.8.10 * ktor 2.2.1 -> 2.2.4 * exo player 2.18.2 -> 2.18.3 * androidx.appcompat 1.6.0 -> 1.6.1 * androidx.security:security-crypto 1.1.0-alpha04 -> 1.1.0-alpha05 * com.google.android.material 1.7.0 -> 1.8.0
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = "1.7.20"
|
||||
ext.ktor_version = "2.2.1"
|
||||
ext.exo_version = "2.18.2"
|
||||
ext.kotlin_version = "1.8.10"
|
||||
ext.ktor_version = "2.2.4"
|
||||
ext.exo_version = "2.18.3"
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.4.1'
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
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