Skip to content

Commit

Permalink
Updated files for 5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed May 14, 2018
1 parent c3f5bae commit abe262a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

2 changes: 1 addition & 1 deletion android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="apptentive_distribution">React Native</string>
<string name="apptentive_distribution_version">5.0.0</string>
<string name="apptentive_distribution_version">5.1.0</string>
</resources>
2 changes: 1 addition & 1 deletion ios/RNApptentiveModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
2 changes: 1 addition & 1 deletion sample/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit abe262a

Please sign in to comment.