Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to V2er Android app will be documented in this file.

## v2.3.15 (Build 245)
1. Improvement: General stability and maintenance updates

## v2.3.14 (Build 244)
1. Feature: Add reply sorting by popularity
2. Feature: Add built-in browser option for external links
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
app = [
versionCode: 244,
versionName: "2.3.14"
versionCode: 245,
versionName: "2.3.15"
]
android = [
supportVersion: '26.1.0'
Expand Down
Loading