We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ccb5a commit f7202abCopy full SHA for f7202ab
.github/workflows/generate_schemas.yml
languages/kotlin/sdk/build.gradle
@@ -45,7 +45,7 @@ publishing {
45
publications {
46
maven(MavenPublication) {
47
groupId = 'com.bitwarden'
48
- artifactId = 'sdk-android'
+ artifactId = 'sdk-android-temp'
49
50
if (findProperty('version') == 'unspecified') {
51
// Determine the version from the git history.
0 commit comments