Skip to content

Commit

Permalink
Updating Android SDK to version 23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radixdev committed Oct 20, 2022
1 parent b260b27 commit 3f6d22f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
## 23.2.2
## 23.3.0

[Release Date](https://github.com/Appboy/appboy-android-sdk/releases/tag/v23.2.2)

#### Breaking
[Release Date](https://github.com/Appboy/appboy-android-sdk/releases/tag/v23.3.0)

##### Fixed
- Fixed the behavior of the Braze HTML In-App Message bridge method `requestPushPermission()` to not cause the in-app message to reload.
- Fixed `com.braze.ui.inappmessage.views.InAppMessageImageView` to guard against null values of `InAppMessageImageView.inAppRadii`.

##### Added

##### Changed
- Removed `com.appboy.ui.inappmessage.IInAppMessageViewWrapperFactory`. Please use `com.braze.ui.inappmessage.IInAppMessageViewWrapperFactory`.
- Changed `com.braze.ui.inappmessage.views.InAppMessageFullView.getMessageClickableView` to be nullable.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {

```
dependencies {
implementation 'com.appboy:android-sdk-ui:23.2.+'
implementation 'com.appboy:android-sdk-ui:23.3.+'
...
}
```
Expand All @@ -58,7 +58,7 @@ repositories {

```
dependencies {
implementation 'com.appboy:android-sdk-ui:23.2.+'
implementation 'com.appboy:android-sdk-ui:23.3.+'
}
```

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 = '33.0.0'
minSdkVersion = 16
targetSdkVersion = 33
appVersionName = '23.2.2'
appVersionName = '23.3.0'
}

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

group = 'com.appboy'
version = '23.2.2'
version = '23.3.0'
}
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=23.2.2
BRAZE_SDK_VERSION=23.3.0

# Kotlin
KOTLIN_VERSION=1.6.0
Expand Down

0 comments on commit 3f6d22f

Please sign in to comment.