From 10c28c4014586ef80c5cb7271c01e34c53ec0dda Mon Sep 17 00:00:00 2001 From: Arkai1 Date: Mon, 14 Apr 2025 13:35:33 +0530 Subject: [PATCH] Update build.gradle --- src/en/animekai/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/animekai/build.gradle b/src/en/animekai/build.gradle index 50d5719a..8f639ee6 100644 --- a/src/en/animekai/build.gradle +++ b/src/en/animekai/build.gradle @@ -27,7 +27,7 @@ dependencies { // Add a resolution strategy to force compatible versions configurations.all { resolutionStrategy { - force 'androidx.appcompat:appcompat:1.6.1' // Ensure this version is used across all modules + force 'androidx.appcompat:appcompat:1.6.1' force 'org.jsoup:jsoup:1.16.1' } } \ No newline at end of file