Skip to content

Commit

Permalink
release: v34
Browse files Browse the repository at this point in the history
  • Loading branch information
xjcl committed Feb 14, 2023
1 parent b2f2876 commit e41237f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v34
- Fix HTML scraping

v33
- Allow cycling, driving or walking directions
- Restrict directions to logged-in users
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 21
targetSdkVersion 33
versionCode 33
versionName "33"
versionCode 34
versionName "34"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true // ??
Expand Down

0 comments on commit e41237f

Please sign in to comment.