We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ac347 commit 215b48eCopy full SHA for 215b48e
app/build.gradle.kts
@@ -3,12 +3,10 @@ import java.util.Properties
3
plugins {
4
alias(libs.plugins.bitnagil.android.application)
5
alias(libs.plugins.bitnagil.android.hilt)
6
- alias(libs.plugins.kotlin.serialization)
+ alias(libs.plugins.bitnagil.kotlin.serialization)
7
}
8
9
android {
10
- namespace = "com.threegap.bitnagil"
11
-
12
val properties =
13
Properties().apply {
14
val propFile = rootProject.file("local.properties")
0 commit comments