Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 5b6c97f

Browse files
committed
Bump default Batch SDK version to 1.18
1 parent 74b0c35 commit 5b6c97f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The official React Native plugin for the Batch SDK. Made with ❤️ by BAM and
2323

2424
- Go to `/ios`
2525
- If you don't have a Podfile yet run `pod init`
26-
- Add `pod 'Batch', '~>1.17'` to your _Podfile_
26+
- Add `pod 'Batch', '~>1.18'` to your _Podfile_
2727
- Run `pod install`
2828

2929
#### Manual frameworks (Not Recommended)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def DEFAULT_MIN_SDK_VERSION = 16
22
def DEFAULT_COMPILE_SDK_VERSION = 25
33
def DEFAULT_BUILD_TOOLS_VERSION = "25.0.2"
44
def DEFAULT_TARGET_SDK_VERSION = 22
5-
def DEFAULT_BATCH_SDK_VERSION = "1.17+"
5+
def DEFAULT_BATCH_SDK_VERSION = "1.18.+"
66

77
def safeExtGet(prop, fallback) {
88
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback

0 commit comments

Comments
 (0)