File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
77 namespace ' ge.rogavactive.multipleselectionviewapp'
8- compileSdk 33
8+ compileSdk 32
99
1010 defaultConfig {
1111 applicationId " ge.rogavactive.multipleselectionviewapp"
1212 minSdk 21
13- targetSdk 33
13+ targetSdk 32
1414 versionCode 1
1515 versionName " 1.0"
1616
@@ -36,8 +36,8 @@ android {
3636dependencies {
3737 implementation project(" :multipleselectionview" )
3838
39- implementation ' androidx.core:core-ktx:1.9 .0'
40- implementation ' androidx.appcompat:appcompat:1.6.1 '
39+ implementation ' androidx.core:core-ktx:1.8 .0'
40+ implementation ' androidx.appcompat:appcompat:1.5.0 '
4141 implementation ' com.google.android.material:material:1.8.0'
4242 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
4343 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ plugins {
55
66android {
77 namespace ' ge.rogavactive.multipleselectionview'
8- compileSdk 33
8+ compileSdk 32
99
1010 defaultConfig {
1111 minSdk 21
12- targetSdk 33
13- versionCode 5
14- versionName " 1.0.4 "
12+ targetSdk 32
13+ versionCode 6
14+ versionName " 1.0.5 "
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 consumerProguardFiles " consumer-rules.pro"
@@ -35,8 +35,8 @@ android {
3535
3636dependencies {
3737
38- implementation ' androidx.core:core-ktx:1.9 .0'
39- implementation ' androidx.appcompat:appcompat:1.6.1 '
38+ implementation ' androidx.core:core-ktx:1.8 .0'
39+ implementation ' androidx.appcompat:appcompat:1.5.0 '
4040 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'
You can’t perform that action at this time.
0 commit comments