We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dfbf8 commit 246abf7Copy full SHA for 246abf7
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
def MIN_SDK_VERSION = 23
29
def COMPILE_SDK_VERSION = 31
30
31
- def VERSION_CODE = 10
32
- def VERSION_NAME = '3.0.3'
+ def VERSION_CODE = 11
+ def VERSION_NAME = '3.0.4'
33
34
compileSdkVersion COMPILE_SDK_VERSION
35
defaultConfig {
app/src/main/res/values/dimens.xml
@@ -3,5 +3,4 @@
3
<dimen name="error_icon_cropping_failure_screen">28dip</dimen>
4
<dimen name="error_icon_cropping_failure_horizontal_margin">-42dip</dimen>
5
<dimen name="error_icon_cropping_failure_vertical_margin">-1dip</dimen>
6
-
7
</resources>
0 commit comments