Skip to content

Commit

Permalink
🚀 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Dec 6, 2024
1 parent 00d7f5d commit d665974
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 @@ -57,8 +57,8 @@ dependencyResolutionManagement {

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

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
debugImplementation "androidx.compose.ui:ui-tooling:1.7.5"
implementation "androidx.compose.ui:ui:1.7.5"
implementation "androidx.compose.runtime:runtime:1.7.5"
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
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.0.1"
private const val VERSION = "5.0.2"
var agent: CourierAgent = CourierAgent.NativeAndroid(VERSION)

// Push
Expand Down

0 comments on commit d665974

Please sign in to comment.