Commit 249e1cde by amateur

1

1 parent 0894cae6
...@@ -69,9 +69,9 @@ android { ...@@ -69,9 +69,9 @@ android {
} }
productFlavors { productFlavors {
onLine { // onLine {
buildConfigField "boolean", "ONLINE", "true" // buildConfigField "boolean", "ONLINE", "true"
} // }
offLine { offLine {
buildConfigField "boolean", "ONLINE", "false" buildConfigField "boolean", "ONLINE", "false"
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!