prongbang/screen_protector

When Running my app in android facing below exception.

adnankhan74444 opened this issue · 2 comments

Same issue.

@hasnaintt add below code in android/build.gradle you will resolve that issue.

allprojects {
repositories {
maven { url 'https://jitpack.io/' }
}
}