From abe262a0f7698534977112eae39715b877d45b24 Mon Sep 17 00:00:00 2001 From: Alex Lementuev Date: Mon, 14 May 2018 15:44:46 -0700 Subject: [PATCH] Updated files for 5.1.0 release --- android/build.gradle | 2 +- android/src/main/res/values/strings.xml | 2 +- ios/RNApptentiveModule.m | 2 +- sample/ios/Podfile | 2 +- sample/ios/Podfile.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 49e1a87..3512d17 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,6 +32,6 @@ repositories { dependencies { compile 'com.facebook.react:react-native:+' - compile 'com.apptentive:apptentive-android:5.0.4' + compile 'com.apptentive:apptentive-android:5.1.1' } \ No newline at end of file diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index 45e30ee..f7c4e09 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ React Native - 5.0.0 + 5.1.0 diff --git a/ios/RNApptentiveModule.m b/ios/RNApptentiveModule.m index 714e947..b38475d 100644 --- a/ios/RNApptentiveModule.m +++ b/ios/RNApptentiveModule.m @@ -52,7 +52,7 @@ - (dispatch_queue_t)methodQueue if (configuration) { configuration.appID = configurationDictionary[@"appleID"]; configuration.distributionName = @"React Native"; - configuration.distributionVersion = @"5.0.0"; + configuration.distributionVersion = @"5.1.0"; [Apptentive registerWithConfiguration:configuration]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(messageCenterUnreadCountChangedNotification:) name:ApptentiveMessageCenterUnreadCountChangedNotification object:nil]; diff --git a/sample/ios/Podfile b/sample/ios/Podfile index 29e64b6..5691795 100644 --- a/sample/ios/Podfile +++ b/sample/ios/Podfile @@ -6,7 +6,7 @@ target 'sample' do use_frameworks! # Pods for sample - pod 'apptentive-ios', '5.0.3' + pod 'apptentive-ios', '5.1.0' target 'sampleTests' do inherit! :search_paths diff --git a/sample/ios/Podfile.lock b/sample/ios/Podfile.lock index f3f74cc..f6e71fa 100644 --- a/sample/ios/Podfile.lock +++ b/sample/ios/Podfile.lock @@ -1,12 +1,12 @@ PODS: - - apptentive-ios (5.0.3) + - apptentive-ios (5.1.0) DEPENDENCIES: - - apptentive-ios (= 5.0.3) + - apptentive-ios (= 5.1.0) SPEC CHECKSUMS: - apptentive-ios: ad55e169a5ad1d1b999f4f9e996948a2227c1bce + apptentive-ios: 8076dff6e16b3f223fea858663806ac2bc63d004 -PODFILE CHECKSUM: 560bee8688bf2b5ee064773d554a8a8c46aa1e81 +PODFILE CHECKSUM: 3b881b3c9fae5fa80174617896eaa194c8b580ac COCOAPODS: 1.4.0