diff --git a/android/build.gradle b/android/build.gradle index f79f4b1..8160fb9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -92,8 +92,6 @@ repositories { def kotlin_version = getExtOrDefault("kotlinVersion") dependencies { - // For < 0.71, this will be from the local maven repo - // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"