Skip to content

Commit f7202ab

Browse files
authored
Rename android artifact to -temp (#3)
Fix android artifact.
1 parent 67ccb5a commit f7202ab

File tree

2 files changed

+1
-99
lines changed

2 files changed

+1
-99
lines changed

.github/workflows/generate_schemas.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

languages/kotlin/sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ publishing {
4545
publications {
4646
maven(MavenPublication) {
4747
groupId = 'com.bitwarden'
48-
artifactId = 'sdk-android'
48+
artifactId = 'sdk-android-temp'
4949

5050
if (findProperty('version') == 'unspecified') {
5151
// Determine the version from the git history.

0 commit comments

Comments
 (0)