Skip to content

Commit

Permalink
Set the version number to 0.3.0 final
Browse files Browse the repository at this point in the history
Updated the changelog in the readme
  • Loading branch information
christianrowlands committed Oct 1, 2020
1 parent b8638e9 commit 6e61823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library. [The API documentation is published to a web page here](https://messagi

## Changelog

##### [0.2.2](https://github.com/christianrowlands/android-network-survey/releases/tag/v0.2.2) - 2020-09-25
##### [0.3.0](https://github.com/christianrowlands/android-network-survey/releases/tag/v0.3.0) - 2020-10-01
* Reduced the GNSS GeoPackage file size by around 100x.
* Changed the GNSS GeoPackage table format.
* Added scan rate interval user preferences for Cellular, Wi-Fi, and GNSS.
Expand Down
2 changes: 1 addition & 1 deletion networksurvey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 21
versionName "0.3.0-RC2"
versionName "0.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 6e61823

Please sign in to comment.