Skip to content

Commit ee80fce

Browse files
committedFeb 13, 2023
v9.0.1
1 parent 2d204f2 commit ee80fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repositories {
5353

5454
dependencies {
5555
implementation "com.facebook.react:react-native:+"
56-
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '9.0.1'
56+
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '9.0.2'
5757

5858

5959
if(rootProject && rootProject.ext) {

‎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": "9.0.0",
3+
"version": "9.0.1",
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",

0 commit comments

Comments
 (0)
Please sign in to comment.