We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d2628 commit 4cb800eCopy full SHA for 4cb800e
2 files changed
.gitignore
@@ -13,3 +13,5 @@ keystore.properties
13
/.idea/
14
/core/.cxx/
15
core/.cxx/
16
+/store/production/
17
+/production/
build.gradle
@@ -9,7 +9,6 @@ buildscript {
9
jcenter()
10
}
11
dependencies {
12
-// classpath 'com.google.gms:google-services:4.3.8'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
0 commit comments