Add 'android/' from commit 'add509bf9ebaa488e2afe2cdc158a0e6725cd654'

git-subtree-dir: android
git-subtree-mainline: b9f4f1eba4
git-subtree-split: add509bf9e
This commit is contained in:
Alibek Omarov
2024-11-20 05:31:39 +03:00
111 changed files with 4338 additions and 0 deletions

5
android/build.gradle.kts Normal file
View File

@@ -0,0 +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.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
}