[+] Create android project

This commit is contained in:
Azalea Gui
2023-01-23 10:59:09 -05:00
parent b54e8248bf
commit 0bd9b85e56
47 changed files with 1097 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
}