Skip to content

Commit 959d640

Browse files
committed
Fixed daynight color for arrow icon (issue AleSpero/ExpandableCardView#49)
1 parent 29c3bbf commit 959d640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

expandablecardview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
55
ext {
66
PUBLISH_GROUP_ID = 'host.stjin'
77
PUBLISH_ARTIFACT_ID = 'expandable-cardview'
8-
PUBLISH_VERSION = '1.2.0-beta01'
8+
PUBLISH_VERSION = '1.2.0-beta02'
99
}
1010

1111
android {
@@ -14,7 +14,7 @@ android {
1414
defaultConfig {
1515
minSdkVersion 18
1616
targetSdkVersion 29
17-
versionCode 6
17+
versionCode 7
1818
versionName PUBLISH_VERSION
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)