Skip to content

Commit

Permalink
Bump version to v1.7.1 and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
morckx committed Jul 23, 2022
1 parent 2ac55e7 commit 12884e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ This is the offical android version of the visor app - the low vision magnifier.

## Changelog

Version 1.7.1 (2022-07-23)

- close button added - makes it easier to close the app with gestures only navigation and rotated display
- updated libraries
- tested up to API 33

Version 1.6.0 (2020-01-15)
- big slider for adjusting the zoom level
- added settings for preview resolution, notification sounds, camera selection, max brightness, flashlight on startup
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "de.visorapp.visoropensource"
minSdkVersion 14
targetSdkVersion 32
versionCode 4
versionName "1.7"
versionCode 5
versionName "1.7.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 12884e5

Please sign in to comment.