Skip to content

Commit 85965b8

Browse files
committedOct 21, 2024
Rename android artifact to -temp
1 parent 67ccb5a commit 85965b8

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)