Skip to content

Commit 3b88d26

Browse files
author
Ali Abdelfattah
authored
Merge branch 'release/9.1.9' into feature/replies-notification-string-keys
2 parents 1107a2c + 36bb93b commit 3b88d26

File tree

78 files changed

+7
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
jobs:
33
android_tests:
4-
working_directory: ~/project/InstabugSample/android
4+
working_directory: ~/project/example/android
55
macos:
66
xcode: "12.3.0"
77
environment:
@@ -75,7 +75,7 @@ jobs:
7575
ios_tests:
7676
macos:
7777
xcode: "12.3.0"
78-
working_directory: ~/project/InstabugSample
78+
working_directory: ~/project/example
7979
environment:
8080
FL_OUTPUT_DIR: output
8181
steps:

CHANGELOG.md

Lines changed: 3 additions & 2 deletions

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ android {
3434
}
3535
}
3636
dependencies {
37-
implementation 'com.instabug.library:instabug:9.1.8.1'
37+
implementation 'com.instabug.library:instabug:9.1.8.2'
3838
testImplementation 'junit:junit:4.12'
3939
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)