Update build.gradle
This commit is contained in:
parent
1f55a3699b
commit
30a1f92f1c
1 changed files with 0 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue