File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Get it on the [Google Play Store](https://play.google.com/store/apps/details?id=
2626First of all, include the dependency in your app build.gradle:
2727
2828``` gradle
29- implementation 'com.github.Stjinchan:ExpandableCardView:1.1.1 '
29+ implementation 'com.github.Stjinchan:ExpandableCardView:1.1.2 '
3030```
3131
3232Or get the aar in the [ Releases] ( https://github.com/Stjinchan/ExpandableCardView/releases ) section.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
55ext {
66 PUBLISH_GROUP_ID = ' host.stjin'
77 PUBLISH_ARTIFACT_ID = ' expandable-cardview'
8- PUBLISH_VERSION = ' 1.1.1 '
8+ PUBLISH_VERSION = ' 1.1.2 '
99}
1010
1111android {
@@ -15,7 +15,7 @@ android {
1515 minSdkVersion 18
1616 targetSdkVersion 29
1717 versionCode 3
18- versionName " 1.1.1 "
18+ versionName " 1.1.2 "
1919
2020 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2121
Original file line number Diff line number Diff line change 3636 android : layout_width =" wrap_content"
3737 android : layout_height =" wrap_content"
3838 android : layout_centerVertical =" true"
39- android : layout_marginStart =" 10dp "
39+ android : layout_marginStart =" 16dp "
4040 android : layout_toEndOf =" @+id/card_icon"
4141 android : maxLength =" 39"
4242 android : maxLines =" 1"
You can’t perform that action at this time.
0 commit comments