First commit

This commit is contained in:
AndrewTrieu
2022-10-04 12:54:29 +03:00
commit 3e062fc736
42 changed files with 1166 additions and 0 deletions

5
build.gradle 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 '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
}