This commit is contained in:
soraefir
2025-10-07 00:37:19 +02:00
parent 7e1443deca
commit 8b5c1cd942
41 changed files with 1949 additions and 1492 deletions

View File

@@ -1,5 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// ext.kotlin_version = '1.8.20'
// ext.android_core_version = '1.10.1'
// ext.android_appcompat_version = '1.6.1'
// ext.android_material_version = '1.9.0'
ext.android_test_version = '1.5.2'
}
plugins {
id 'com.android.application' version '8.13.0' apply false
id 'com.android.library' version '8.13.0' apply false