update agp, kotlin and libraries

This commit is contained in:
2022-11-05 11:57:35 +01:00
parent 777c6e0212
commit e2ea0a364e
2 changed files with 8 additions and 8 deletions

View File

@ -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.10"
ext.ktor_version = "2.1.1"
ext.kotlin_version = "1.7.20"
ext.ktor_version = "2.1.3"
ext.exo_version = "2.17.1"
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong