We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a2205 commit 1376935Copy full SHA for 1376935
plugins/src/main/kotlin/config/BuildTimeConfig.kt
@@ -8,8 +8,8 @@
8
package config
9
10
object BuildTimeConfig {
11
- const val APPLICATION_ID = "io.element.android.x"
12
- const val APPLICATION_NAME = "Element X"
+ const val APPLICATION_ID = "org.therevivalists.app"
+ const val APPLICATION_NAME = "The Revivalists"
13
const val GOOGLE_APP_ID_RELEASE = "1:912726360885:android:d097de99a4c23d2700427c"
14
const val GOOGLE_APP_ID_DEBUG = "1:912726360885:android:def0a4e454042e9b00427c"
15
const val GOOGLE_APP_ID_NIGHTLY = "1:912726360885:android:e17435e0beb0303000427c"
0 commit comments