IMPORTANT UPGRADE NOTE:
Please ensure that Google's maven repository is specified in your android/build.gradle
:
allprojects {
repositories {
// React Native default repository
maven { url "$rootDir/../node_modules/react-native/android" }
// Add this:
maven { url 'https://maven.google.com' }
}
}
- (Android) Compile annotations dependency as api rather than implementation
- (Android) Support missing case in handled/unhandled tracker