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

Commit

Permalink
Tag update
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Nov 8, 2020
1 parent 87ec548 commit 4a848c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
// versionCode 2040600
versionCode androidGitVersion.code()
// versionName '2.4.6'
versionName androidGitVersion.name()
versionCode 2040700
// versionCode androidGitVersion.code()
versionName '2.4.7'
// versionName androidGitVersion.name()

if (System.getenv('TRAVIS') != 'true') {
// Verification for F-Droid builds
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
v2.4.6
v2.4.7

* Add option to hide likes and action bar in newsfeed
* Fix textbox scroll position when typing multiple lines
* Add option to disable textbox auto resize (settings > behaviour)
* Fix theme not always sticking on refresh
* Disable long press menu from appearing immediately after scrolling
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.4.7
* Fix theme not always sticking on refresh
* Disable long press menu from appearing immediately after scrolling

## v2.4.6
* Add option to hide likes and action bar in newsfeed
* Fix textbox scroll position when typing multiple lines
Expand Down

0 comments on commit 4a848c4

Please sign in to comment.