Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Nov 14, 2022
1 parent a568ae7 commit 3d98ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ dependencyResolutionManagement {
#### 2. Add the implementation to your app build.gradle file
``` gradle
dependencies {
implementation 'com.github.trycourier:courier-android:1.0.34'
implementation 'com.github.trycourier:courier-android:1.0.35'
}
```

Expand Down
2 changes: 1 addition & 1 deletion android/src/main/java/com/courier/android/Courier.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Courier private constructor() {
companion object {

var USER_AGENT = CourierAgent.NATIVE_ANDROID
internal const val VERSION = "1.0.34"
internal const val VERSION = "1.0.35"
internal const val TAG = "Courier SDK"
internal const val COURIER_PENDING_NOTIFICATION_KEY = "courier_pending_notification_key"
internal val eventBus by lazy { NotificationEventBus() }
Expand Down

0 comments on commit 3d98ed3

Please sign in to comment.