Skip to content

Commit

Permalink
release: v33
Browse files Browse the repository at this point in the history
  • Loading branch information
xjcl committed Oct 2, 2022
1 parent 0db2e5c commit 2834109
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 // ??
Expand Down

0 comments on commit 2834109

Please sign in to comment.