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:
@ -18,4 +18,7 @@ android.useAndroidX=true
|
||||
# Automatically convert third-party libraries to use AndroidX
|
||||
android.enableJetifier=true
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
kotlin.code.style=official
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
Reference in New Issue
Block a user