Skip to content

Commit

Permalink
🚀 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Dec 2, 2024
1 parent cc5ae82 commit bd28d9b
Show file tree
Hide file tree
Showing 3 changed files with 5 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:4.7.0' // Groovy
implementation("com.github.trycourier:courier-android:4.7.0") // Gradle.kts
implementation 'com.github.trycourier:courier-android:4.7.1' // Groovy
implementation("com.github.trycourier:courier-android:4.7.1") // 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 = "4.7.0"
private const val VERSION = "4.7.1"
var agent: CourierAgent = CourierAgent.NativeAndroid(VERSION)

// Push
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Mon Dec 02 17:25:55 EST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit bd28d9b

Please sign in to comment.