diff --git a/app/build.gradle b/app/build.gradle index c14c9de..87a5ac4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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() diff --git a/app/src/main/res/raw/changelog.md b/app/src/main/res/raw/changelog.md index 274a5fa..788e2a2 100644 --- a/app/src/main/res/raw/changelog.md +++ b/app/src/main/res/raw/changelog.md @@ -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