Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit d199316

Browse files
committed
update version number: 7.4.0
1 parent 090e60c commit d199316

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

app/src/main/res/xml/changelog_l.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<changelog>
22

3+
<version name="7.4.0">
4+
<text>Crop images with a custom aspect ratio, instead of the pre-defined ratios</text>
5+
<text>Save images on Android P beta</text>
6+
</version>
7+
38
<version name="7.3.1">
49
<text>Improvements around scheduled tweets</text>
510
</version>

gradle.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
#
1616
android.enableAapt2=false
1717

18-
VERSION_NAME=7.3.0
19-
VERSION_CODE=1454
20-
RELEASE_KEY_SIGNATURE=klinker1127
18+
VERSION_NAME=7.4.0
19+
VERSION_CODE=1455
2120

22-
KOTLIN_VERSION=1.2.41
21+
KOTLIN_VERSION=1.2.50
2322
ANDROID_GRADLE_VERSION=3.1.3
2423
COMPILE_SDK=28
2524
TARGET_SDK=28

0 commit comments

Comments
 (0)