Skip to content

Commit

Permalink
Change app id for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Nov 14, 2024
1 parent 1b62208 commit e3edd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ val discreteFlavorName = "discrete"
// This is the "standard" applicationId.
// This value must remain the same as it has been since the original
// release in 2010 for continuity of updates for existing users.
val applicationIdStandard = "net.bible.android.activity"
//val applicationIdStandard = "net.bible.android.activity.next"
//val applicationIdStandard = "net.bible.android.activity"
val applicationIdStandard = "net.bible.android.activity.next"
// An alternative applicationId, to be used for the "discrete" flavor.
val applicationIdDiscrete = "com.app.calculator"

Expand Down

0 comments on commit e3edd02

Please sign in to comment.