Skip to content

Commit

Permalink
all: update maven-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jul 5, 2024
1 parent 068f10a commit ed1b869
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hms-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,16 @@ android {
}
}
}
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
}

dependencies {
api 'com.batch.android:batch-sdk:2.0+'
api 'com.batch.android:batch-sdk:2.0.3'
api 'com.huawei.hms:push:6.5.0.300'
implementation "androidx.annotation:annotation:$androidXLibraryVersion"

Expand Down

0 comments on commit ed1b869

Please sign in to comment.