test build

This commit is contained in:
2025-10-09 23:46:19 +05:00
parent 3abc665b12
commit eb599e88ca
73 changed files with 1378 additions and 187 deletions

4
build.gradle Normal file
View File

@@ -0,0 +1,4 @@
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}