Skip to content

Commit ed6f81b

Browse files
committed
Remove deprecated message from README
Related to YD-5043
1 parent d76a938 commit ed6f81b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,6 @@ Also you will need to add the following to your app-level build.gradle file, ins
8282
}
8383
```
8484

85-
If you get an error `Unable to find a matching variant of com.yoti.mobile.mpp:mrtddump-android`, you should also add
86-
```groovy
87-
android {
88-
...
89-
buildTypes {
90-
...
91-
debug {
92-
...
93-
matchingFallbacks = ['release']
94-
}
95-
}
96-
}
97-
```
98-
9985
And if you're using [Firebase performance gradle Plugin](https://firebase.google.com/docs/perf-mon/disable-sdk?platform=android), you'll need to disable it for debug build variant:
10086
```groovy
10187
android {

0 commit comments

Comments
 (0)