Skip to content

Commit b9a7d29

Browse files
committed
Cleanup & bump min sdk
1 parent 2a62805 commit b9a7d29

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ android {
3535
dependencies {
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
}

inputmask/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

3535
dependencies {
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

4440
afterEvaluate {

0 commit comments

Comments
 (0)