Skip to content

Commit

Permalink
Updated files for 6.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseApptentive committed Sep 28, 2022
1 parent 44773a2 commit 619883b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ dependencies {
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// Apptentive
implementation 'com.apptentive:apptentive-android:5.8.3'
implementation 'com.apptentive:apptentive-android:5.8.4'
}
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">6.0.2</string>
<string name="apptentive_distribution_version">6.0.3</string>
</resources>
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- apptentive-react-native (6.0.2):
- apptentive-react-native (6.0.3):
- ApptentiveKit (~> 6.0.2)
- React-Core
- ApptentiveKit (6.0.2)
Expand Down Expand Up @@ -344,7 +344,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
apptentive-react-native: 5bcdb80f9cb15c28882e40a061f5abffcb8cef00
apptentive-react-native: 59d577aa5bdbbf172d179195d3031cd2dc4dbe4e
ApptentiveKit: a2190a8e7bf98639a7c117dbca3cc6004d6aaa64
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
Expand Down Expand Up @@ -376,4 +376,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 82af19754ba50c4c8c654c5d4903ef59072574da

COCOAPODS: 1.11.3
COCOAPODS: 1.11.2

0 comments on commit 619883b

Please sign in to comment.