Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Fix artifact ids of concept-tabstray and browser-tabstray modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and csadilek committed Jul 6, 2018
1 parent d673dbd commit 7e4ad96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/browser/tabstray/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:${rootProject.ext.dependencies['mockito']}"
}

archivesBaseName = "toolbar"
archivesBaseName = "tabstray"

apply from: '../../../publish.gradle'
ext.configurePublish(
Expand Down
2 changes: 1 addition & 1 deletion components/concept/tabstray/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.ext.dependencies['kotlin']}"
}

archivesBaseName = "concept-tabstray "
archivesBaseName = "concept-tabstray"

apply from: '../../../publish.gradle'
ext.configurePublish(
Expand Down

0 comments on commit 7e4ad96

Please sign in to comment.