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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
v4
  • Loading branch information
Cj-Malone committed Jan 2, 2017
1 parent 6da7eff commit f62a5be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log

# 3 - 2016011029
# 4 - 2017-01-02
### Added
- About screen

### Changed
- Fixed screen rotation

# 3 - 2016-11-29
### Added
- Use accessibility service to enter split screen mode

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "uk.co.keepawayfromfire.screens"
minSdkVersion 24
targetSdkVersion 25
versionCode 3
versionCode 4
versionName versionCode.toString()
resValue("string", "versionName", versionName)
resValue("string", "version", "Version " + versionName)
Expand Down

0 comments on commit f62a5be

Please sign in to comment.