File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
src/main/java/io/devlight/xtreeivi/cornercutlinearlayout Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ subprojects {
5151
5252``` groovy
5353dependencies {
54- implementation 'com.github.Devlight:CornerCutLinearLayout:1.0.4 '
54+ implementation 'com.github.Devlight:CornerCutLinearLayout:1.0.5 '
5555}
5656```
5757
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ android {
3636dependencies {
3737 implementation project(' :cornercutlinearlayout' )
3838 implementation " androidx.core:core-ktx:1.5.0-alpha05"
39- implementation " com.google.android.material:material:1.3.0-alpha03 "
39+ implementation " com.google.android.material:material:1.3.0-alpha04 "
4040}
Original file line number Diff line number Diff line change 1212 <activity android : name =" io.devlight.xtreeivi.sample.MainActivity" >
1313 <intent-filter >
1414 <action android : name =" android.intent.action.MAIN" />
15-
1615 <category android : name =" android.intent.category.LAUNCHER" />
1716 </intent-filter >
1817 </activity >
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = " 1.4.20-RC "
3+ ext. kotlin_version = " 1.4.30-M1 "
44 repositories {
55 google()
66 jcenter()
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ android {
3434
3535dependencies {
3636 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
37- implementation " androidx.core:core-ktx:1.5.0-alpha05 "
37+ implementation " androidx.core:core-ktx:1.5.0-beta01 "
3838}
Original file line number Diff line number Diff line change @@ -1057,7 +1057,7 @@ class CornerCutLinearLayout : LinearLayout {
10571057 * Attributes:
10581058 * [R.styleable.CornerCutLinearLayout_ccll_custom_divider_show_flag]
10591059 */
1060- private var customDividerShowFlag by SimpleNonNullDelegate (
1060+ var customDividerShowFlag by SimpleNonNullDelegate (
10611061 initialValue = CustomDividerShowFlag .NONE ,
10621062 afterSetPredicate = { invalidateCustomDividerIfNeeded() }
10631063 )
You can’t perform that action at this time.
0 commit comments