Skip to content

Commit

Permalink
Fix PACKAGE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 28, 2024
1 parent efd72af commit 2f27ddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package app.lawnchair.baseline

object Constants {
val PACKAGE_NAME = "app.lawnchair"
const val PACKAGE_NAME: String = "ch.deletescape.lawnchair.plah"
}

0 comments on commit 2f27ddd

Please sign in to comment.