Initial commit

This commit is contained in:
Nezumi
2023-02-08 10:24:43 +07:00
commit 1046393b95
74 changed files with 1797 additions and 0 deletions
+5
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 '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
}