Skip to content

Commit da01caf

Browse files
committed
Bumped iOS and Android SDK versions to v6.3.x
1 parent b571324 commit da01caf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ dependencies {
5656
//noinspection GradleDynamicVersion
5757
implementation "com.facebook.react:react-native:+" // From node_modules
5858
// https://mvnrepository.com/artifact/io.gleap/gleap-android-sdk
59-
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '6.2.5'
59+
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '6.3.0'
6060

6161
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gleapsdk",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"description": "Know exactly why and how a bug happened. Get reports with screenshots, live action replays and all of the important metadata every time.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-gleapsdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm}"
1717

1818
s.dependency "React-Core"
19-
s.dependency "Gleap", "6.2.1"
19+
s.dependency "Gleap", "6.3.2"
2020
end

0 commit comments

Comments
 (0)