Skip to content

Commit

Permalink
Rename android artifact to -temp (#3)
Browse files Browse the repository at this point in the history
Fix android artifact.
  • Loading branch information
Hinton authored Oct 21, 2024
1 parent 67ccb5a commit f7202ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 99 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/generate_schemas.yml

This file was deleted.

2 changes: 1 addition & 1 deletion languages/kotlin/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'com.bitwarden'
artifactId = 'sdk-android'
artifactId = 'sdk-android-temp'

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

0 comments on commit f7202ab

Please sign in to comment.