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

Commit

Permalink
update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Jul 31, 2018
1 parent d6ff9e0 commit 52c641b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/xml/changelog_l.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<changelog>

<version name="7.4.1">
<text>Twitter is shutting down their streaming services. I have removed Talon Pull from the app, as it will no longer work.</text>
<text>Other updates to work with the latest Twitter APIs.</text>
</version>

<version name="7.4.0">
<text>Crop images with a custom aspect ratio, instead of the pre-defined ratios</text>
<text>Save images on Android P beta</text>
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#
android.enableAapt2=false

VERSION_NAME=7.4.0
VERSION_CODE=1455
VERSION_NAME=7.4.1
VERSION_CODE=1456

KOTLIN_VERSION=1.2.50
KOTLIN_VERSION=1.2.51
ANDROID_GRADLE_VERSION=3.1.3
COMPILE_SDK=28
TARGET_SDK=28
Expand Down

0 comments on commit 52c641b

Please sign in to comment.