Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed Mar 28, 2023
1 parent 39b4a9d commit b0d3197
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:1.3.0'
implementation 'com.pushpushgo:sdk:2.0.0'
// or
// jitpack
implementation "com.github.ppgco.android-sdk:sdk:1.2.0"
implementation "com.github.ppgco.android-sdk:sdk:2.0.0"
// GMS
implementation platform('com.google.firebase:firebase-bom:31.0.1')
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 = "1.3.0-20221026~1"
const val VERSION = "2.0.0-20230328~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', '1.3.0-SNAPSHOT')
version('sdk', '2.0.0')
version('kotlin', '1.8.10')
version('coroutines', '1.6.4')
version('kodein', '7.19.0')
Expand Down

0 comments on commit b0d3197

Please sign in to comment.