compileSdkVersion 33 and library updates

* core-ktx 1.8.0 -> 1.9.0
* appcompat 1.5.0 -> 1.5.1
* navigation-fragment-ktx 2.5.1 -> 2.5.2
* navigation-ui-ktx 2.5.1 -> 2.5.2
This commit is contained in:
2022-09-14 20:33:08 +02:00
parent 85b17d7a76
commit ebd96f9849
7 changed files with 33 additions and 35 deletions

View File

@ -1,7 +1,7 @@
// 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.0"
ext.ktor_version = "2.1.1"
ext.exo_version = "2.17.1"
repositories {
google()