Skip to content

Commit

Permalink
try fix espresso release
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Dec 10, 2024
1 parent c0f2525 commit 3422964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion visual-espresso/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nexusPublishing {
}
}

group = "com.saucelabs.visual"
group = "com.saucelabs.visual.visual-espresso"
version = "0.0.0"

tasks.register('bumpVersion') {
Expand Down
2 changes: 1 addition & 1 deletion visual-espresso/visual/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
namespace rootProject.group
namespace 'com.saucelabs.visual'
compileSdk 34

defaultConfig {
Expand Down

0 comments on commit 3422964

Please sign in to comment.