Optimizations and updates

This commit is contained in:
ottoptj 2024-09-24 17:12:49 +03:00
commit 6508577183
6 changed files with 3 additions and 22 deletions

View file

@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.6.0" apply false
id("com.android.application") version "8.6.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}