Skip to content

Commit

Permalink
[MOBL-1676] Updated the Android SDK version to 3.4.2 for improved sta…
Browse files Browse the repository at this point in the history
…bility (#34)

* updated the android sdk version to 3.4.2

* Updated the Android SDK version for better stability
  • Loading branch information
rahulrvp authored Sep 26, 2023
1 parent 22e31d5 commit 939a28a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {

apply plugin: 'com.android.library'

ext.sdkVersion = '3.4.1'
ext.pluginVersion = '1.1.0'
ext.sdkVersion = '3.4.2'
ext.pluginVersion = '1.1.1'

def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
Expand Down
2 changes: 1 addition & 1 deletion ios/BlueshiftBridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
NS_ASSUME_NONNULL_BEGIN
#define kScreenViewed @"screen_viewed"

#define kBlueshiftReactSDKVersion @"1.1.0"
#define kBlueshiftReactSDKVersion @"1.1.1"

@interface BlueshiftBridge : NSObject <RCTBridgeModule>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueshift-react-native",
"version": "1.1.0",
"version": "1.1.1",
"description": "Official React native plugin for Blueshift iOS and Android SDK.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 939a28a

Please sign in to comment.