File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
views/src/main/java/com/kylecorry/andromeda/views/reactivity Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
2
2
import com.vanniktech.maven.publish.SonatypeHost
3
3
4
- val versionName = " 13.1.0 "
4
+ val versionName = " 13.1.1 "
5
5
val groupId = " com.kylecorry.andromeda"
6
6
7
7
buildscript {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ open class ViewAttributes {
14
14
var marginTop: Int = 0
15
15
var marginEnd: Int = 0
16
16
var marginBottom: Int = 0
17
- var width: Int = ViewGroup .LayoutParams .WRAP_CONTENT
17
+ var width: Int = ViewGroup .LayoutParams .MATCH_PARENT
18
18
var height: Int = ViewGroup .LayoutParams .WRAP_CONTENT
19
19
var visibility: Int = ViewGroup .VISIBLE
20
20
var tag: String = " "
You can’t perform that action at this time.
0 commit comments