From 48da1607f1a2ec7d8db8cb68d8d1be913d5bf164 Mon Sep 17 00:00:00 2001 From: christine Date: Mon, 26 Aug 2024 18:39:59 +0300 Subject: [PATCH] test yarn changes --- android/build.gradle | 2 -- 1 file changed, 2 deletions(-) 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"