File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt'
66apply from : ' ../versioning.gradle'
77
88ext {
9- VERSION_NAME = " 4.1.1 "
9+ VERSION_NAME = " 4.1.2 "
1010}
1111
1212android {
Original file line number Diff line number Diff line change 2020 </style >
2121
2222 <style name =" ActionButtonStyle" parent =" @android:style/Widget.Holo.Light.ActionButton" >
23- <item name =" android:minWidth" >0dp </item >
23+ <item name =" android:minWidth" >1dp </item >
2424 <item name =" android:paddingStart" >8dp</item >
2525 <item name =" android:paddingEnd" >8dp</item >
2626 </style >
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.
22
33buildscript {
4- ext. kotlin_version = ' 1.2.20 '
4+ ext. kotlin_version = ' 1.2.21 '
55 repositories {
66 google()
77 jcenter()
You can’t perform that action at this time.
0 commit comments