From 30a1f92f1c171f081943851e96e75ea2713b3e16 Mon Sep 17 00:00:00 2001 From: Arkai1 Date: Mon, 14 Apr 2025 13:53:49 +0530 Subject: [PATCH] Update build.gradle --- src/en/animekai/build.gradle | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/en/animekai/build.gradle b/src/en/animekai/build.gradle index 2b31e4d6..7effbafb 100644 --- a/src/en/animekai/build.gradle +++ b/src/en/animekai/build.gradle @@ -7,16 +7,6 @@ ext { apply from: "$rootDir/common.gradle" -android { - // Update compileSdkVersion and targetSdkVersion to ensure compatibility with dependencies - compileSdkVersion 34 - - defaultConfig { - minSdkVersion 21 // Minimum Android version supported - targetSdkVersion 34 // Align with compileSdkVersion - } -} - dependencies { // Add necessary dependencies with correct versions implementation "androidx.appcompat:appcompat:1.6.1"