Skip to content

Commit b7e9efd

Browse files
committed
3.2.12
1 parent 7ae2e58 commit b7e9efd

9 files changed

+5
-7
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
targetSdkVersion rootProject.ext.compileSdkVersion
2121
buildConfigField "int", "MIN_SDK_VERSION", "$minSdkVersion.apiLevel"
2222

23-
versionCode 38
24-
versionName '3.2.11'
23+
versionCode 39
24+
versionName '3.2.12'
2525

2626
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2727
testInstrumentationRunnerArguments runnerBuilder: 'de.mannodermaus.junit5.AndroidJUnit5Builder'
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:shape="rectangle">
3+
android:shape="rectangle"
4+
android:tint="@color/enable_ssl_button">
45
<corners android:radius="13dp" />
5-
<stroke
6-
android:width="1px"
7-
android:color="@android:color/white" />
86
</shape>

app/src/main/res/drawable/shape_imageselection_button.xml renamed to app/src/main/res/drawable/shape_button_screenshotselection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<stroke
77
android:width="1.5dip"
88
android:height="1.5dip"
9-
android:color="@color/image_selection_button_foreground" />
9+
android:color="@color/image_selection_button" />
1010
<solid android:color="#0ABFBFBF" />
1111
</shape>
1212
</item>
File renamed without changes.

0 commit comments

Comments
 (0)