Commit 249e1cde by amateur

1

1 parent 0894cae6
......@@ -69,9 +69,9 @@ android {
}
productFlavors {
onLine {
buildConfigField "boolean", "ONLINE", "true"
}
// onLine {
// buildConfigField "boolean", "ONLINE", "true"
// }
offLine {
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!