Skip to content

Commit

Permalink
Merge pull request #17 from HubSpot/js-release-plugin
Browse files Browse the repository at this point in the history
add release plugin
  • Loading branch information
jaredstehler authored Apr 8, 2024
2 parents d4cf170 + 5df911a commit faef4fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android.nonTransitiveRClass=true
android.enableR8.fullMode=true

GROUP=com.hubspot.mobilechatsdk
VERSION_NAME=1.0.1-SNAPSHOT
version=1.0.1-SNAPSHOT

POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/HubSpot/mobile-chat-sdk-android/
Expand Down
5 changes: 5 additions & 0 deletions hubspot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ plugins {
alias(libs.plugins.google.services)

id("com.vanniktech.maven.publish") version "0.27.0"
id("net.researchgate.release") version "3.0.2"
}

tasks.named("afterReleaseBuild") {
dependsOn("publish")
}

android {
Expand Down

0 comments on commit faef4fa

Please sign in to comment.