From c34a5fb6ae48f6218efd4b3a58b8a7b7e36b3c91 Mon Sep 17 00:00:00 2001 From: Caio Melo Date: Wed, 6 Sep 2023 20:50:56 -0300 Subject: [PATCH] Use "implementation" instead of "compile" in Gradle dependencies. --- src/android/build-extras.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/build-extras.gradle b/src/android/build-extras.gradle index 6824897..9efc11e 100644 --- a/src/android/build-extras.gradle +++ b/src/android/build-extras.gradle @@ -3,5 +3,5 @@ repositories{ } dependencies { - compile 'com.github.scottyab:rootbeer:0.0.8' + implementation 'com.github.scottyab:rootbeer:0.0.8' } \ No newline at end of file