From 66eeacf4e67a9391d2f69b41595527774fbfbc95 Mon Sep 17 00:00:00 2001 From: hebamoustafa Date: Tue, 8 Oct 2024 22:01:22 +0300 Subject: [PATCH] move to Android version 1.0.72 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index c9b25fa..cd56519 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -87,6 +87,6 @@ dependencies { // 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 "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.71" + implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.72" }