Skip to content

Commit

Permalink
Fix namespace in stopwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkranzler5 committed Dec 14, 2023
1 parent 3beae4f commit 7e057be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/stopwatch/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ plugins {
}

android {
namespace = "com.instacart.formula.samples.composition"
namespace = "com.instacart.formula.stopwatch"

defaultConfig {
applicationId = "com.instacart.formula.samples.composition"
applicationId = "com.instacart.formula.stopwatch"
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 7e057be

Please sign in to comment.