diff --git a/app/build.gradle b/app/build.gradle index 4cab886..192eb45 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,8 +53,8 @@ android { targetSdkVersion 28 //hardcoded for F-droid bot - versionCode = 1005013 - versionName = "1.5.13" + versionCode = 1005014 + versionName = "1.5.14" //still need to make sure this is in sync with the git tags def versionCodeFromGit = androidGitVersion.code()