File tree 6 files changed +5
-6
lines changed
src/main/java/io/devlight/xtreeivi/cornercutlinearlayout
6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ subprojects {
51
51
52
52
``` groovy
53
53
dependencies {
54
- implementation 'com.github.Devlight:CornerCutLinearLayout:1.0.4 '
54
+ implementation 'com.github.Devlight:CornerCutLinearLayout:1.0.5 '
55
55
}
56
56
```
57
57
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ android {
36
36
dependencies {
37
37
implementation project(' :cornercutlinearlayout' )
38
38
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 "
40
40
}
Original file line number Diff line number Diff line change 12
12
<activity android : name =" io.devlight.xtreeivi.sample.MainActivity" >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
15
-
16
15
<category android : name =" android.intent.category.LAUNCHER" />
17
16
</intent-filter >
18
17
</activity >
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.4.20-RC "
3
+ ext. kotlin_version = " 1.4.30-M1 "
4
4
repositories {
5
5
google()
6
6
jcenter()
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ android {
34
34
35
35
dependencies {
36
36
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 "
38
38
}
Original file line number Diff line number Diff line change @@ -1057,7 +1057,7 @@ class CornerCutLinearLayout : LinearLayout {
1057
1057
* Attributes:
1058
1058
* [R.styleable.CornerCutLinearLayout_ccll_custom_divider_show_flag]
1059
1059
*/
1060
- private var customDividerShowFlag by SimpleNonNullDelegate (
1060
+ var customDividerShowFlag by SimpleNonNullDelegate (
1061
1061
initialValue = CustomDividerShowFlag .NONE ,
1062
1062
afterSetPredicate = { invalidateCustomDividerIfNeeded() }
1063
1063
)
You can’t perform that action at this time.
0 commit comments