From 3f6d22fd78f15ad89f130dc2a4a06b629a8c80c6 Mon Sep 17 00:00:00 2001 From: Julian Richard Contreras Date: Thu, 20 Oct 2022 13:02:50 -0400 Subject: [PATCH] Updating Android SDK to version 23.3.0 --- CHANGELOG.md | 8 ++------ README.md | 4 ++-- build.gradle | 4 ++-- gradle.properties | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbad5eb54..8e940f7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index a090f4e90..310833901 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ allprojects { ``` dependencies { - implementation 'com.appboy:android-sdk-ui:23.2.+' + implementation 'com.appboy:android-sdk-ui:23.3.+' ... } ``` @@ -58,7 +58,7 @@ repositories { ``` dependencies { - implementation 'com.appboy:android-sdk-ui:23.2.+' + implementation 'com.appboy:android-sdk-ui:23.3.+' } ``` diff --git a/build.gradle b/build.gradle index 18ba5151d..8b9525fb3 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ ext { buildToolsVersion = '33.0.0' minSdkVersion = 16 targetSdkVersion = 33 - appVersionName = '23.2.2' + appVersionName = '23.3.0' } subprojects { @@ -34,5 +34,5 @@ subprojects { } group = 'com.appboy' - version = '23.2.2' + version = '23.3.0' } diff --git a/gradle.properties b/gradle.properties index b75fa72e3..832cfe126 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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