@@ -5,15 +5,15 @@ apply plugin: 'kotlin-android-extensions'
55ext {
66 PUBLISH_GROUP_ID = ' host.stjin'
77 PUBLISH_ARTIFACT_ID = ' expandable-cardview'
8- PUBLISH_VERSION = ' 1.3.0-beta02 '
8+ PUBLISH_VERSION = ' 1.3.1 '
99}
1010
1111android {
12- compileSdkVersion 29
12+ compileSdkVersion 30
1313
1414 defaultConfig {
1515 minSdkVersion 18
16- targetSdkVersion 29
16+ targetSdkVersion 30
1717 versionCode 1
1818 versionName PUBLISH_VERSION
1919
@@ -33,18 +33,18 @@ android {
3333dependencies {
3434 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3535
36- implementation ' androidx.appcompat:appcompat:1.1 .0'
36+ implementation ' androidx.appcompat:appcompat:1.3 .0'
3737 implementation " androidx.cardview:cardview:1.0.0"
38- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
39- testImplementation ' junit:junit:4.13'
40- androidTestImplementation ' androidx.test:runner:1.2 .0'
41- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
38+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
39+ testImplementation ' junit:junit:4.13.2 '
40+ androidTestImplementation ' androidx.test:runner:1.4 .0'
41+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
4242
4343 apply from : ' https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
4444 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4545
4646// https://mvnrepository.com/artifact/com.google.android.material/material
47- implementation ' com.google.android.material:material:1.1 .0'
47+ implementation ' com.google.android.material:material:1.4 .0'
4848}
4949repositories {
5050 mavenCentral()
0 commit comments