Skip to content

Commit

Permalink
Updated the version and readme for the 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Jan 29, 2021
1 parent 7854710 commit 5658554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ are a list of other projects that might be of interest to you.

## Changelog

##### [0.2.0](https://github.com/christianrowlands/android-network-survey-rooted/releases/tag/v0.2.0) - 2021-01-29
* Added support for streaming LTE OTA messages over an MQTT connection.
* LTE NAS messages are now logged to the pcap file and streamed over MQTT.

##### [0.1.2](https://github.com/christianrowlands/android-network-survey-rooted/releases/tag/v0.1.2) - 2020-11-02
* Fixed a bug where the diag_revealer.so file was not being unpacked.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 4
versionName "0.2.0-alpha01"

versionName "0.2.0"
setProperty("archivesBaseName", "$applicationName-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 5658554

Please sign in to comment.