Skip to content

Commit

Permalink
Merge pull request #218 from willowtreeapps/release/0.9.31
Browse files Browse the repository at this point in the history
Bump version to 0.9.31.
  • Loading branch information
Sean Amos authored Jan 25, 2021
2 parents 063bc11 + 3719499 commit 8c7c295
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
### January 25, 2020 - v0.9.31

- Increment target SDK version to 30 (Fixes [#191](https://github.com/willowtreeapps/Hyperion-Android/issues/191))

### October 13, 2020 - v0.9.30

- Update Core plugins to Androidx / Jetpack

### August 18, 2020 - v0.9.29

- Fixes CI publish script
- Updates AGP and gradle versions

### August 18, 2020 - v0.9.28

- Fixes [#197](https://github.com/willowtreeapps/Hyperion-Android/issues/197)
- Fixes [#190](https://github.com/willowtreeapps/Hyperion-Android/issues/190)
- [Selectable text](https://github.com/willowtreeapps/Hyperion-Android/pull/188) in crash plugin
Expand All @@ -15,13 +22,16 @@
- Adds [Timber plugin](https://github.com/willowtreeapps/Hyperion-Android/pull/174)

### January 4, 2019 - v0.9.27

- Support private variables in BuildConfig (Enabled test coverage to demonstrate private field in sample)
- Support basic printing of arrays in BuildConfig
- Added try/catch to prevent a blank screen on any future unsupported fields in the BuildConfig

### December 10, 2018 - v0.9.26

- Fixes Recorder Plugin menu layout
- Adds button to Timber Plugin to share logs

### November 26, 2018 - v0.9.25
- Fixes foreground permission issue on Android P

- Fixes foreground permission issue on Android P
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project.ext.set("minSdkVersion", 15)
project.ext.set("targetSdkVersion", 30)

project.ext.set("libraryGroup", 'com.willowtreeapps.hyperion')
project.ext.set("libraryVersion", '0.9.31-SNAPSHOT')
project.ext.set("libraryVersion", '0.9.31')

project.ext.set("versionAutoService", "1.0-rc4")
project.ext.set("versionDagger", "2.24")
Expand Down

0 comments on commit 8c7c295

Please sign in to comment.