Skip to content

Commit aa17639

Browse files
fix: change log
1 parent 7698dce commit aa17639

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
- Add support for App variant. ([#1409](https://github.com/Instabug/Instabug-React-Native/pull/1409))
88

9+
### Fixed
10+
11+
- Masking private views on newer React native Versions ([#1403](https://github.com/Instabug/Instabug-React-Native/pull/1403))
12+
13+
914
## [15.0.2](https://github.com/Instabug/Instabug-React-Native/compare/v15.2.0...dev)
1015

1116
### Added

android/sourcemaps.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import org.apache.tools.ant.taskdefs.condition.Os
22

3-
gradle.projectsEvaluated {
3+
project.afterEvaluate {
44
// Works for both `bundleReleaseJsAndAssets` and `createBundleReleaseJsAndAssets` and product flavors
55
def suffix = 'ReleaseJsAndAssets'
66
def bundleTasks = project(':app').tasks.findAll {

0 commit comments

Comments
 (0)