File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ android {
3535dependencies {
3636 implementation project(" :inputmask" )
3737 implementation ' androidx.core:core-ktx:1.10.0'
38- implementation ' androidx.appcompat:appcompat:1.6.1'
3938 implementation ' com.google.android.material:material:1.8.0'
40- implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
41- testImplementation ' junit:junit:4.13.2'
42- androidTestImplementation ' androidx.test.ext:junit:1.1.5'
4339 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
4440}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 compileSdk 33
99
1010 defaultConfig {
11- minSdk 23
11+ minSdk 24
1212 targetSdk 33
1313
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -34,11 +34,7 @@ android {
3434
3535dependencies {
3636 implementation ' androidx.core:core-ktx:1.10.0'
37- implementation ' androidx.appcompat:appcompat:1.6.1'
38- implementation ' com.google.android.material:material:1.8.0'
3937 testImplementation ' junit:junit:4.13.2'
40- androidTestImplementation ' androidx.test.ext:junit:1.1.5'
41- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
4238}
4339
4440afterEvaluate {
You can’t perform that action at this time.
0 commit comments