Update build.gradle

This commit is contained in:
Arkai1 2025-04-14 13:53:49 +05:30 committed by GitHub
parent 1f55a3699b
commit 30a1f92f1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"