Updated gradle and added customization to Shortcut Spacing

This commit is contained in:
ottoptj 2024-08-30 18:15:48 +03:00
commit e453742ce8
6 changed files with 57 additions and 1 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.5.2" apply false
id("com.android.application") version "8.6.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}