update some straggling references to the old package name

This commit is contained in:
Kay Faraday 2023-06-07 22:15:47 +00:00
parent ab34338174
commit 2bc6eb5541
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ android {
compileSdk 32
defaultConfig {
applicationId "quest.faraday.tipcalculator"
applicationId "quest.faraday.tip_calculator"
minSdk 21
targetSdk 32
versionCode 1

View File

@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("quest.faraday.tipcalculator", appContext.packageName)
assertEquals("quest.faraday.tip_calculator", appContext.packageName)
}
}
}