Skip to content

Commit 1376935

Browse files
update app id and name in build config
1 parent e0a2205 commit 1376935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/src/main/kotlin/config/BuildTimeConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
package config
99

1010
object BuildTimeConfig {
11-
const val APPLICATION_ID = "io.element.android.x"
12-
const val APPLICATION_NAME = "Element X"
11+
const val APPLICATION_ID = "org.therevivalists.app"
12+
const val APPLICATION_NAME = "The Revivalists"
1313
const val GOOGLE_APP_ID_RELEASE = "1:912726360885:android:d097de99a4c23d2700427c"
1414
const val GOOGLE_APP_ID_DEBUG = "1:912726360885:android:def0a4e454042e9b00427c"
1515
const val GOOGLE_APP_ID_NIGHTLY = "1:912726360885:android:e17435e0beb0303000427c"

0 commit comments

Comments
 (0)