Skip to content

Commit 3e0f890

Browse files
committed
changed compileSdkVersion to match wider audience
1 parent 5532129 commit 3e0f890

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
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 {
3636
dependencies {
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'

multipleselectionview/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ plugins {
55

66
android {
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

3636
dependencies {
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'

0 commit comments

Comments
 (0)