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

Commit 52c641b

Browse files
committed
update changelog and version number
1 parent d6ff9e0 commit 52c641b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.1">
4+
<text>Twitter is shutting down their streaming services. I have removed Talon Pull from the app, as it will no longer work.</text>
5+
<text>Other updates to work with the latest Twitter APIs.</text>
6+
</version>
7+
38
<version name="7.4.0">
49
<text>Crop images with a custom aspect ratio, instead of the pre-defined ratios</text>
510
<text>Save images on Android P beta</text>

gradle.properties

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

18-
VERSION_NAME=7.4.0
19-
VERSION_CODE=1455
18+
VERSION_NAME=7.4.1
19+
VERSION_CODE=1456
2020

21-
KOTLIN_VERSION=1.2.50
21+
KOTLIN_VERSION=1.2.51
2222
ANDROID_GRADLE_VERSION=3.1.3
2323
COMPILE_SDK=28
2424
TARGET_SDK=28

0 commit comments

Comments
 (0)