Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Jan 23, 2023
1 parent 1d50ce1 commit e791e6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencyResolutionManagement {
#### 2. Add the implementation to your app build.gradle file
``` gradle
dependencies {
implementation 'com.github.trycourier:courier-android:1.1.7'
implementation 'com.github.trycourier:courier-android:1.1.8'
}
```
 
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ afterEvaluate {
release(MavenPublication) {
groupId = 'com.courier.android'
artifactId = 'android'
version = '1.1.7'
from components.java
version = '1.1.8'
from components.release
}
}
}
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.1.7"
internal const val VERSION = "1.1.8"
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 e791e6d

Please sign in to comment.