Skip to content

Commit

Permalink
Updated version and readme for the 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Jul 3, 2022
1 parent 5be7567 commit e31d4bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ QR Code for MQTT Broker connection setting needs to provide a JSON string with t

## Changelog

##### [1.7.0](https://github.com/christianrowlands/android-network-survey/releases/tag/v1.7.0) - 2022-06-02
* Scan QR Code for configuring MQTT Broker connection
##### [1.7.0](https://github.com/christianrowlands/android-network-survey/releases/tag/v1.7.0) - 2022-07-03
* Scan QR Code for configuring the MQTT Broker connection information. (Thanks [dtufekcic](https://github.com/dtufekcic)!)

##### [1.6.0](https://github.com/christianrowlands/android-network-survey/releases/tag/v1.6.0) - 2021-12-18

Expand Down
2 changes: 1 addition & 1 deletion networksurvey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion 26
targetSdkVersion 31
versionCode 38
versionName "1.7.0-alpha01"
versionName "1.7.0"
setProperty("archivesBaseName", "$applicationName-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down

0 comments on commit e31d4bd

Please sign in to comment.