Skip to content

Commit

Permalink
Merge pull request #43 from mgeier63/master
Browse files Browse the repository at this point in the history
force f-droid update
  • Loading branch information
oversecio authored Feb 4, 2019
2 parents 575e49f + 4da5d1d commit 5506dde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ android {
minSdkVersion 21
targetSdkVersion 28

//hardcoded for F-droid bot
versionCode = 1005010
versionName = "1.5.10"
//hardcoded for F-droid bot
versionCode = 1005011
versionName = "1.5.11"

//still need to make sure this is in sync with the git tags
def versionCodeFromGit = androidGitVersion.code()
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.5.11
- restore all functionality. which was lost due to a broken build job on F-Droid for 1.5.10

### 1.5.10
- fixed image encoding
- some corrections to chinese translation
Expand Down

0 comments on commit 5506dde

Please sign in to comment.