Skip to content

Commit

Permalink
Rolled out version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BitMavrick committed Aug 6, 2024
1 parent 9553c2b commit 32e778e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package com.bitmavrick.lumolight.util
class AppConstants{
companion object {
val APP_PRODUCTION_MODE = ProductionMode.RELEASE // Change to Release before release
val APP_PRODUCTION_MODE = ProductionMode.DEBUG // Change to Release before release
const val APP_NAME = "Lumolight"
const val DEVELOPER = "BitMavrick"
const val REPOSITORY = "https://github.com/BitMavrick/Lumolight"
Expand Down

0 comments on commit 32e778e

Please sign in to comment.