Skip to content

Commit

Permalink
Updating Android SDK to version 30.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radixdev committed Feb 27, 2024
1 parent 44ffd22 commit 1eddee1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 30.1.1

[Release Date](https://github.com/braze-inc/braze-android-sdk/releases/tag/v30.1.1)

##### Fixed
- Fixed an issue where the SDK would fail to unregister session seal broadcast receivers.
- The intent action is suffixed with `.intent.BRAZE_SESSION_SHOULD_SEAL`.

## 30.1.0

[Release Date](https://github.com/braze-inc/braze-android-sdk/releases/tag/v30.1.0)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
buildToolsVersion = '34.0.0'
minSdkVersion = 21
targetSdkVersion = 34
appVersionName = '30.1.0'
appVersionName = '30.1.1'
}

subprojects {
Expand All @@ -34,5 +34,5 @@ subprojects {
}

group = 'com.braze'
version = '30.1.0'
version = '30.1.1'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GOOGLE_ML_VISION_BARCODE=16.1.4
FIREBASE_CRASHLYTICS_VERSION=18.2.7

# Braze
BRAZE_SDK_VERSION=30.1.0
BRAZE_SDK_VERSION=30.1.1

# Kotlin
KOTLIN_VERSION=1.8.10
Expand Down

0 comments on commit 1eddee1

Please sign in to comment.