Skip to content

Commit

Permalink
Merge pull request #34 from carnivalmobile/release-3.2.0
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
igstewart3 authored Aug 2, 2019
2 parents ddac68c + ad8e319 commit 5f79217
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ android {
repositories {
mavenCentral()
maven {
url "https://github.com/carnivalmobile/maven-repository/raw/snapshots/"
url "https://github.com/carnivalmobile/maven-repository/raw/master/"
}
google()
}

dependencies {
api 'com.facebook.react:react-native:+'
api 'com.carnival.sdk:carnival:8.2.0-SNAPSHOT'
api 'com.carnival.sdk:carnival:8.2.0'

testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:1.10.19'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected static void setWrapperInfo() {

setWrapperMethod = Carnival.class.getDeclaredMethod("setWrapper", cArg);
setWrapperMethod.setAccessible(true);
setWrapperMethod.invoke(null, "React Native", "3.2.0-beta");
setWrapperMethod.invoke(null, "React Native", "3.2.0");
} catch (NoSuchMethodException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
Expand Down
Binary file modified ios/Carnival.framework/Carnival
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/Carnival.framework/Headers/Carnival.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import "CarnivalContentItem.h"
#import "CarnivalPurchase.h"

#define CARNIVAL_VERSION @"8.4.0-beta"
#define CARNIVAL_VERSION @"8.4.0"
FOUNDATION_EXPORT double CarnivalSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char CarnivalSDKVersionString[];

Expand Down
Binary file modified ios/Carnival.framework/Info.plist
Binary file not shown.
8 changes: 4 additions & 4 deletions ios/Carnival.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Headers/Carnival.h</key>
<data>
xLaQITv/pPbHu25uydJHwwBe/iU=
gHQ73s18nOmzEt2Bi1MElN2W/yU=
</data>
<key>Headers/CarnivalAttributes.h</key>
<data>
Expand Down Expand Up @@ -38,7 +38,7 @@
</data>
<key>Info.plist</key>
<data>
bVezV0XDNBTHDeYm0NMILNoRI8Y=
2x8CvMvI5SZhmJeScN3/XAP+8co=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -128,11 +128,11 @@
<dict>
<key>hash</key>
<data>
xLaQITv/pPbHu25uydJHwwBe/iU=
gHQ73s18nOmzEt2Bi1MElN2W/yU=
</data>
<key>hash2</key>
<data>
iUuttLGMsakgbRXCT3Z+BVPlbuPC2eiTOEG6ic8q5X4=
c2RDVZuOelU8ISbjP8l0tg56Y21LuDNDOiMTT6s0GLo=
</data>
</dict>
<key>Headers/CarnivalAttributes.h</key>
Expand Down
Binary file modified ios/CarnivalExtension.framework/CarnivalExtension
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target "CarnivalSDKReactNative" do
"CxxBridge" # Include this for RN >= 0.47
]

pod "Carnival", "8.4.0-beta"
pod "Carnival", "8.4.0"
pod "Kiwi", "2.4.0"
pod "OCMock", "3.1.2"

Expand Down
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- boost-for-react-native (1.63.0)
- Carnival (8.4.0-beta):
- Carnival/Extension (= 8.4.0-beta)
- Carnival/Extension (8.4.0-beta)
- Carnival (8.4.0):
- Carnival/Extension (= 8.4.0)
- Carnival/Extension (8.4.0)
- DoubleConversion (1.1.5)
- Folly (2016.10.31.00):
- boost-for-react-native
Expand Down Expand Up @@ -30,7 +30,7 @@ PODS:
- yoga (0.56.0.React)

DEPENDENCIES:
- Carnival (= 8.4.0-beta)
- Carnival (= 8.4.0)
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
- Kiwi (= 2.4.0)
- OCMock (= 3.1.2)
Expand All @@ -57,7 +57,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
Carnival: 7c0df84e03deb241ae99c55a09508e2b998660da
Carnival: 4e4fe711add3ee994f98ff29853799ce702b0b4a
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
Expand All @@ -66,6 +66,6 @@ SPEC CHECKSUMS:
React: bdb39c05e2eed10a43056cff89a68bc9ebe7f232
yoga: 2418c171de153cbe3c94dc28c3bf691b1695ae17

PODFILE CHECKSUM: a20b16715cb9e3fcb83a952c03dc29216aa1db27
PODFILE CHECKSUM: f6291019a4877bf9c2ea2915a2eca8a6d088fb5f

COCOAPODS: 1.6.2
2 changes: 1 addition & 1 deletion ios/RNCarnival.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ -(instancetype)initWithDisplayInAppNotifications:(BOOL)displayNotifications {
if(self) {
self.displayInAppNotifications = displayNotifications;
[CarnivalMessageStream setDelegate:self];
[Carnival setWrapperName:@"React Native" andVersion:@"3.2.0-beta"];
[Carnival setWrapperName:@"React Native" andVersion:@"3.2.0"];
}
return self;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "git",
"url": "git+https://github.com/carnivalmobile/carnival-sdk-react-native.git"
},
"version": "3.2.0-beta",
"version": "3.2.0",
"devDependencies": {
"react-native": "^0.56.0"
}
Expand Down

0 comments on commit 5f79217

Please sign in to comment.