Skip to content

Commit 246abf7

Browse files
committed
3.0.4
1 parent a1dfbf8 commit 246abf7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
def MIN_SDK_VERSION = 23
2929
def COMPILE_SDK_VERSION = 31
3030

31-
def VERSION_CODE = 10
32-
def VERSION_NAME = '3.0.3'
31+
def VERSION_CODE = 11
32+
def VERSION_NAME = '3.0.4'
3333

3434
compileSdkVersion COMPILE_SDK_VERSION
3535
defaultConfig {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
<dimen name="error_icon_cropping_failure_screen">28dip</dimen>
44
<dimen name="error_icon_cropping_failure_horizontal_margin">-42dip</dimen>
55
<dimen name="error_icon_cropping_failure_vertical_margin">-1dip</dimen>
6-
76
</resources>

0 commit comments

Comments
 (0)