Initial version uploaded to Play Store.

This commit is contained in:
2021-10-04 22:26:51 +01:00
parent ea0d6d5fa6
commit 00e7a7f392
40 changed files with 1302 additions and 793 deletions

View File

@@ -7,6 +7,9 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:7.0.2"
def nav_version = "2.3.5"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}