From 28341090ab1bd835dc7cfa7977125aa40e731bcd Mon Sep 17 00:00:00 2001 From: Jan Konopka Date: Sun, 2 Oct 2022 22:39:39 +0200 Subject: [PATCH] release: v33 --- RELEASES.md | 6 ++++++ app/build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 21bd1b4..e165337 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +v33 +- Allow cycling, driving or walking directions +- Restrict directions to logged-in users +- Add plant calendar +- Fix bad image cropping + v32 - Fix ramson profile URL - Fix wrong marker color on some devices diff --git a/app/build.gradle b/app/build.gradle index ee2c880..f863946 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "xjcl.mundraub" minSdkVersion 19 targetSdkVersion 31 - versionCode 32 - versionName "32" + versionCode 33 + versionName "33" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true // ??