gradle updates

This commit is contained in:
Android dev
2023-05-01 19:16:32 -07:00
parent c016ce191d
commit 25314fcefc
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
}