Skip to content

Commit

Permalink
fixed vikram25897#86 AAPT: error
Browse files Browse the repository at this point in the history
  • Loading branch information
codersangam committed Nov 23, 2023
1 parent cc510bf commit 7128a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ project.getTasks().withType(JavaCompile){
apply plugin: 'com.android.library'

android {
compileSdkVersion 29
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
minSdkVersion 21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand Down

1 comment on commit 7128a9d

@GladmanWork
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have a dependency which works with compilesdkVersion 34

Please sign in to comment.