We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30b6e1 commit 7864c3cCopy full SHA for 7864c3c
1 file changed
multipleselectionview/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdk 21
12
targetSdk 33
13
- versionCode 3
14
- versionName "1.0.2"
+ versionCode 4
+ versionName "1.0.3"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
consumerProguardFiles "consumer-rules.pro"
@@ -35,9 +35,9 @@ android {
35
36
dependencies {
37
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'
+ implementation 'androidx.core:core-ktx:1.9.0'
+ implementation 'androidx.appcompat:appcompat:1.6.1'
+ implementation 'com.google.android.material:material:1.8.0'
41
testImplementation 'junit:junit:4.13.2'
42
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
43
}
0 commit comments