File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ plugins {
66}
77
88android {
9- compileSdk 32
9+ compileSdk 33
1010 namespace = " com.mahdiasd.filepicker"
1111
1212 defaultConfig {
1313 aarMetadata {
1414 minCompileSdk = 29
1515 }
1616 minSdk 21
17- targetSdk 32
17+ targetSdk 33
1818 multiDexEnabled true
1919
2020 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 7.3.1 ' apply false
4- id ' com.android.library' version ' 7.3.1 ' apply false
3+ id ' com.android.application' version ' 7.4.2 ' apply false
4+ id ' com.android.library' version ' 7.4.2 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.7.10' apply false
66
77}
You can’t perform that action at this time.
0 commit comments