Skip to content

Commit 4ad472d

Browse files
authored
Merge pull request #39 from getyoti/YD-5043
[YD-5043] Remove deprecated message from README
2 parents d76a938 + ed6f81b commit 4ad472d

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)