gradle updates

This commit is contained in:
Android dev
2025-11-12 00:00:00 +07:00
parent e44dbc6d90
commit 9c730f94d2
3 changed files with 8 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}