From 0ae149751f7e33acfcacf2ef8cc220d4663e8811 Mon Sep 17 00:00:00 2001 From: Jared Stehler Date: Tue, 5 Mar 2024 07:33:20 -0500 Subject: [PATCH] prepare for next snapshot --- README.md | 5 ++++- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69c3767..309a9c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.hubspot.mobilechatsdk/mobile-chat-sdk-android/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.hubspot.mobilechatsdk/mobile-chat-sdk-android) + ## Introduction This is app is intended to demonstrate the HubspotSDK and Push Capabilities to the demo application. @@ -12,7 +14,8 @@ Be sure that the `package_name` in the file is `com.example.demo`. ![HubspotConfig](https://github.com/HubSpot/mobile-chat-sdk-android/blob/main/hubspot/HubspotConfig.png) -3. Sync the app +3. Sync the app 4. Build and Run the app For more information read other documentation files in the detail. +https://central.sonatype.com/artifact/com.hubspot.mobilechatsdk/mobile-chat-sdk-android diff --git a/gradle.properties b/gradle.properties index c206aed..e16889e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ android.nonTransitiveRClass=true android.enableR8.fullMode=true GROUP=com.hubspot.mobilechatsdk -VERSION_NAME=1.0.0 +VERSION_NAME=1.0.1-SNAPSHOT POM_INCEPTION_YEAR=2024 POM_URL=https://github.com/HubSpot/mobile-chat-sdk-android/