add code-confirm module

This commit is contained in:
AnastasiyaK97 2022-09-12 16:49:42 +03:00 committed by Anastasiya97
parent 8b4f2e7059
commit 72c9b70d32
3 changed files with 9 additions and 0 deletions

1
code-confirm/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/build

View File

@ -0,0 +1,7 @@
apply from: "../android-configs/lib-config.gradle"
dependencies {
constraints {
}
}

View File

@ -0,0 +1 @@
<manifest package="ru.touchin.code_confirm"/>