diff --git a/.gitmodules b/.gitmodules index acb4644a5..fbb9f6d48 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://gitlab.com/tasks.org/dav4android.git [submodule "ShortcutBadger"] path = ShortcutBadger - url = git@github.com:tasks/ShortcutBadger.git + url = https://github.com/tasks/ShortcutBadger.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 69397b4cb..7b832b3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Change Log ### 6.1.1 (2018-07-20) -* Fix TeslaUnread issues +* Fix notification badge issues * Allow non-SSL connections * Allow user-defined certificate authorities * Update Chinese translations (Atlantids) diff --git a/app/build.gradle b/app/build.gradle index 4a1367932..af7db6f8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { defaultConfig { testApplicationId "org.tasks.test" applicationId "org.tasks" - versionCode 534 - versionName "6.1" + versionCode 535 + versionName "6.1.1" targetSdkVersion 28 minSdkVersion 15 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"