Skip to content

Commit 7864c3c

Browse files
committed
reverted last changes
1 parent d30b6e1 commit 7864c3c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

multipleselectionview/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdk 21
1212
targetSdk 33
13-
versionCode 3
14-
versionName "1.0.2"
13+
versionCode 4
14+
versionName "1.0.3"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
consumerProguardFiles "consumer-rules.pro"
@@ -35,9 +35,9 @@ android {
3535

3636
dependencies {
3737

38-
compileOnly 'androidx.core:core-ktx:1.9.0'
39-
compileOnly 'androidx.appcompat:appcompat:1.6.1'
40-
compileOnly 'com.google.android.material:material:1.8.0'
38+
implementation 'androidx.core:core-ktx:1.9.0'
39+
implementation 'androidx.appcompat:appcompat:1.6.1'
40+
implementation 'com.google.android.material:material:1.8.0'
4141
testImplementation 'junit:junit:4.13.2'
4242
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4343
}

0 commit comments

Comments
 (0)