Skip to content

Commit

Permalink
Release version 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyorbin committed Oct 7, 2020
1 parent f09e03c commit 2a2e15d
Show file tree
Hide file tree
Showing 12 changed files with 357 additions and 183 deletions.
15 changes: 10 additions & 5 deletions AppboyProject/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ def enableSeparateBuildPerCPUArchitecture = false
def enableProguardInReleaseBuilds = false

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.2"

defaultConfig {
applicationId "com.appboyproject"
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 30
versionCode 1
versionName "1.0"
ndk {
Expand Down Expand Up @@ -135,16 +135,21 @@ android {
}
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

def jscFlavor = 'org.webkit:android-jsc:+'
def enableHermes = project.ext.react.get("enableHermes", false)

dependencies {
implementation "com.google.firebase:firebase-messaging:17.3.4"
implementation "com.google.firebase:firebase-messaging:20.3.0"
implementation project(':react-native-appboy-sdk')
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:28.0.0"
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "com.facebook.react:react-native:+" // From node_modules
if (enableHermes) {
// For RN 0.60.x
Expand Down
8 changes: 4 additions & 4 deletions AppboyProject/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
buildscript {
repositories {
jcenter()
maven { url "https://maven.google.com" }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "com.google.gms:google-services:4.2.0"
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "com.google.gms:google-services:4.3.4"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -19,7 +19,7 @@ allprojects {
jcenter()
maven { url "$rootDir/../node_modules/react-native/android" }
maven { url "http://appboy.github.io/appboy-android-sdk/sdk" }
maven { url "https://maven.google.com" }
google()
maven { url "$rootDir/../node_modules/jsc-android/dist" }
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Wed Oct 07 15:42:34 EDT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
2 changes: 1 addition & 1 deletion AppboyProject/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'AppboyProject' do
pod 'Appboy-iOS-SDK', '3.27.0'
pod 'Appboy-iOS-SDK', '3.28.0'

# If you want to integrate through Cocoapods instead of manual linking use this:
# It already comes with a dependency on `Appboy-iOS-SDK` so you're all set. Remember to
Expand Down
40 changes: 20 additions & 20 deletions AppboyProject/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- Appboy-iOS-SDK (3.27.0):
- Appboy-iOS-SDK/UI (= 3.27.0)
- Appboy-iOS-SDK/ContentCards (3.27.0):
- Appboy-iOS-SDK (3.28.0):
- Appboy-iOS-SDK/UI (= 3.28.0)
- Appboy-iOS-SDK/ContentCards (3.28.0):
- Appboy-iOS-SDK/Core
- SDWebImage (~> 5.8.2)
- Appboy-iOS-SDK/Core (3.27.0)
- Appboy-iOS-SDK/InAppMessage (3.27.0):
- SDWebImage (< 6, >= 5.8.2)
- Appboy-iOS-SDK/Core (3.28.0)
- Appboy-iOS-SDK/InAppMessage (3.28.0):
- Appboy-iOS-SDK/Core
- SDWebImage (~> 5.8.2)
- Appboy-iOS-SDK/NewsFeed (3.27.0):
- SDWebImage (< 6, >= 5.8.2)
- Appboy-iOS-SDK/NewsFeed (3.28.0):
- Appboy-iOS-SDK/Core
- SDWebImage (~> 5.8.2)
- Appboy-iOS-SDK/UI (3.27.0):
- SDWebImage (< 6, >= 5.8.2)
- Appboy-iOS-SDK/UI (3.28.0):
- Appboy-iOS-SDK/ContentCards
- Appboy-iOS-SDK/Core
- Appboy-iOS-SDK/InAppMessage
Expand Down Expand Up @@ -199,8 +199,8 @@ PODS:
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsinspector (0.61.5)
- react-native-appboy-sdk (1.23.0):
- Appboy-iOS-SDK (~> 3.27.0)
- react-native-appboy-sdk (1.24.0):
- Appboy-iOS-SDK (~> 3.28.0)
- React
- React-RCTActionSheet (0.61.5):
- React-Core/RCTActionSheetHeaders (= 0.61.5)
Expand Down Expand Up @@ -237,13 +237,13 @@ PODS:
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- ReactCommon/jscallinvoker (= 0.61.5)
- SDWebImage (5.8.4):
- SDWebImage/Core (= 5.8.4)
- SDWebImage/Core (5.8.4)
- SDWebImage (5.9.2):
- SDWebImage/Core (= 5.9.2)
- SDWebImage/Core (5.9.2)
- Yoga (1.14.0)

DEPENDENCIES:
- Appboy-iOS-SDK (= 3.27.0)
- Appboy-iOS-SDK (= 3.28.0)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
Expand Down Expand Up @@ -336,7 +336,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Appboy-iOS-SDK: bc4f252e271e514bb8e3f12022e0b2a742d127c8
Appboy-iOS-SDK: 3e4b0de5083514c5e607b08d944457a5ddb5078c
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f
Expand All @@ -352,7 +352,7 @@ SPEC CHECKSUMS:
React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
react-native-appboy-sdk: 6fa596751becbe52cacf39256b0bb3d22bb7a1e4
react-native-appboy-sdk: 2c7f7ea609a3d7f13dfac7d4e8c4cf0211972785
React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
Expand All @@ -363,9 +363,9 @@ SPEC CHECKSUMS:
React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe
React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
SDWebImage: cf6922231e95550934da2ada0f20f2becf2ceba9
SDWebImage: 0b42b8719ab0c5257177d5894306e8a336b21cbb
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b

PODFILE CHECKSUM: 5d77ef703f1ffd20c02607b913d63373a3aeb043
PODFILE CHECKSUM: 7fc4bd804598d5db218f21952c53199f8268390b

COCOAPODS: 1.9.3
2 changes: 1 addition & 1 deletion AppboyProject/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5001,7 +5001,7 @@ react-is@^16.8.1, react-is@^16.8.4, react-is@^16.9.0:
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==

"react-native-appboy-sdk@file:..":
version "1.22.0"
version "1.23.0"

react-native@^0.61.5:
version "0.61.5"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.24.0

##### ⚠ Breaking
- Updated the native iOS bridge to [Braze iOS SDK 3.28.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#3280).
- Updated the native Android bridge to [Braze Android SDK 10.1.0](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#1010). Please read the Braze Android SDK changelog for details.

## 1.23.0

##### ⚠ Breaking
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ android {
}

dependencies {
api 'com.appboy:android-sdk-ui:8.1.0'
api 'com.appboy:android-sdk-ui:10.1.0'
api 'com.facebook.react:react-native:+'
}
Loading

0 comments on commit 2a2e15d

Please sign in to comment.