Skip to content

Commit

Permalink
🚀 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemilla committed Dec 2, 2024
1 parent bd28d9b commit 9f15496
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 336 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

329 changes: 0 additions & 329 deletions .idea/other.xml

This file was deleted.

17 changes: 17 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1' // Groovy
implementation("com.github.trycourier:courier-android:4.7.1") // Gradle.kts
implementation 'com.github.trycourier:courier-android:4.7.2' // Groovy
implementation("com.github.trycourier:courier-android:4.7.2") // 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.1"
private const val VERSION = "4.7.2"
var agent: CourierAgent = CourierAgent.NativeAndroid(VERSION)

// Push
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.5.1' apply false
id 'com.android.library' version '8.5.1' apply false
id 'com.android.application' version '8.7.3' apply false
id 'com.android.library' version '8.7.3' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}

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

0 comments on commit 9f15496

Please sign in to comment.