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

Commit 7e4ad96

Browse files
pocmocsadilek
authored andcommitted
Fix artifact ids of concept-tabstray and browser-tabstray modules.
1 parent d673dbd commit 7e4ad96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/browser/tabstray/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
testImplementation "org.mockito:mockito-core:${rootProject.ext.dependencies['mockito']}"
4444
}
4545

46-
archivesBaseName = "toolbar"
46+
archivesBaseName = "tabstray"
4747

4848
apply from: '../../../publish.gradle'
4949
ext.configurePublish(

components/concept/tabstray/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib:${rootProject.ext.dependencies['kotlin']}"
2828
}
2929

30-
archivesBaseName = "concept-tabstray "
30+
archivesBaseName = "concept-tabstray"
3131

3232
apply from: '../../../publish.gradle'
3333
ext.configurePublish(

0 commit comments

Comments
 (0)