Skip to content

Commit

Permalink
🚀 5.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Jan 16, 2025
1 parent 9359623 commit 4c5211e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencyResolutionManagement {

```gradle
dependencies {
implementation 'com.github.trycourier:courier-android:5.1.8' // Groovy
implementation("com.github.trycourier:courier-android:5.1.8") // Gradle.kts
implementation 'com.github.trycourier:courier-android:5.1.9' // Groovy
implementation("com.github.trycourier:courier-android:5.1.9") // Gradle.kts
}
```

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 @@ -71,7 +71,7 @@ class Courier private constructor(val context: Context) : Application.ActivityLi
companion object {

// Core
private const val VERSION = "5.1.8"
private const val VERSION = "5.1.9"
var agent: CourierAgent = CourierAgent.NativeAndroid(VERSION)

// Push
Expand Down

0 comments on commit 4c5211e

Please sign in to comment.