Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed May 9, 2024
1 parent c573c77 commit b4b85f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ allprojects {
// /app/build.gradle
dependencies {
// local repo
implementation 'com.pushpushgo:sdk:2.1.0-SNAPSHOT'
implementation 'com.pushpushgo:sdk:<version>'
// or
// jitpack
implementation "com.github.ppgco.android-sdk:sdk:2.1.0-SNAPSHOT"
implementation "com.github.ppgco.android-sdk:sdk:<version>"
// GMS
implementation platform('com.google.firebase:firebase-bom:33.0.0')
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/java/com/pushpushgo/sdk/PushPushGo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PushPushGo private constructor(
) {

companion object {
const val VERSION = "2.0.0-20230328~2"
const val VERSION = "2.1.0-20240509~1"

internal const val TAG = "PPGo"

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!System.env.JITPACK) include ':sample', ':samplehms', ':samplejava'
dependencyResolutionManagement {
versionCatalogs {
libs {
version('sdk', '2.0.2-SNAPSHOT')
version('sdk', '2.1.0')
version('kotlin', '1.9.23')
version('coroutines', '1.8.0')
version('kodein', '7.21.2')
Expand Down

0 comments on commit b4b85f8

Please sign in to comment.