Skip to content

Commit

Permalink
Set the version for take 2 of the 1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Feb 28, 2023
1 parent 3a41fed commit e53b3c9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.11.0](https://github.com/christianrowlands/android-network-survey/releases/tag/v1.11.0) - 2023-02-24
## [1.11.0](https://github.com/christianrowlands/android-network-survey/releases/tag/v1.11.0) - 2023-02-27

* Adds support for logging Call Detail Record (CDR) events to a CSV file.
* Caches the Bluetooth UI results so the results are still visible when switching between tabs.
Expand Down
2 changes: 1 addition & 1 deletion networksurvey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 26
targetSdkVersion 31
versionCode 44
versionName "1.11.0-beta03"
versionName "1.11"
setProperty("archivesBaseName", "$applicationName-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down
File renamed without changes.

0 comments on commit e53b3c9

Please sign in to comment.