Skip to content

Commit

Permalink
Merge pull request #12 from HubSpot/js-next-dev
Browse files Browse the repository at this point in the history
prepare for next snapshot
  • Loading branch information
jaredstehler authored Mar 5, 2024
2 parents 8954ae2 + 0ae1497 commit 9a5c75f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
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.0
VERSION_NAME=1.0.1-SNAPSHOT

POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/HubSpot/mobile-chat-sdk-android/
Expand Down

0 comments on commit 9a5c75f

Please sign in to comment.