Skip to content

Commit c25fccb

Browse files
committed
Merge branch 'release/4.1.2'
2 parents 30e3bf1 + 0332020 commit c25fccb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt'
66
apply from: '../versioning.gradle'
77

88
ext {
9-
VERSION_NAME = "4.1.1"
9+
VERSION_NAME = "4.1.2"
1010
}
1111

1212
android {

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.2.20'
4+
ext.kotlin_version = '1.2.21'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)