Skip to content

Commit

Permalink
CI change 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterBin committed Jun 3, 2024
1 parent bb9474b commit e07212b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {

library = [
groupId : "com.tangem.vico",
version_name : "2.0.0-alpha.21-tangem2",
version_name : "2.0.0-alpha.21-tangem1",
version_code : 1,
target_sdk : 34,
min_sdk : 19,
Expand Down
2 changes: 1 addition & 1 deletion vico/compose-m2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

namespace = getNamespace(project)
group = library.groupId
group = "com.patrykandpatrick.vico"

publishing {
singleVariant("release") {
Expand Down
2 changes: 1 addition & 1 deletion vico/compose-m3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

namespace = getNamespace(project)
group = library.groupId
group = "com.patrykandpatrick.vico"

publishing {

Expand Down
2 changes: 1 addition & 1 deletion vico/compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

namespace = getNamespace(project)
group = library.groupId
group = "com.patrykandpatrick.vico"

publishing {

Expand Down
2 changes: 1 addition & 1 deletion vico/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply from: "$rootDir/common-scripts.gradle"
android {

namespace = getNamespace(project)
group = library.groupId
group = "com.patrykandpatrick.vico"

publishing {

Expand Down

0 comments on commit e07212b

Please sign in to comment.