Skip to content

Commit 8c7c295

Browse files
author
Sean Amos
authored
Merge pull request #218 from willowtreeapps/release/0.9.31
Bump version to 0.9.31.
2 parents 063bc11 + 3719499 commit 8c7c295

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
### January 25, 2020 - v0.9.31
2+
3+
- Increment target SDK version to 30 (Fixes [#191](https://github.com/willowtreeapps/Hyperion-Android/issues/191))
4+
15
### October 13, 2020 - v0.9.30
6+
27
- Update Core plugins to Androidx / Jetpack
38

49
### August 18, 2020 - v0.9.29
10+
511
- Fixes CI publish script
612
- Updates AGP and gradle versions
713

814
### August 18, 2020 - v0.9.28
15+
916
- Fixes [#197](https://github.com/willowtreeapps/Hyperion-Android/issues/197)
1017
- Fixes [#190](https://github.com/willowtreeapps/Hyperion-Android/issues/190)
1118
- [Selectable text](https://github.com/willowtreeapps/Hyperion-Android/pull/188) in crash plugin
@@ -15,13 +22,16 @@
1522
- Adds [Timber plugin](https://github.com/willowtreeapps/Hyperion-Android/pull/174)
1623

1724
### January 4, 2019 - v0.9.27
25+
1826
- Support private variables in BuildConfig (Enabled test coverage to demonstrate private field in sample)
1927
- Support basic printing of arrays in BuildConfig
2028
- Added try/catch to prevent a blank screen on any future unsupported fields in the BuildConfig
2129

2230
### December 10, 2018 - v0.9.26
31+
2332
- Fixes Recorder Plugin menu layout
2433
- Adds button to Timber Plugin to share logs
2534

2635
### November 26, 2018 - v0.9.25
27-
- Fixes foreground permission issue on Android P
36+
37+
- Fixes foreground permission issue on Android P

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project.ext.set("minSdkVersion", 15)
44
project.ext.set("targetSdkVersion", 30)
55

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

99
project.ext.set("versionAutoService", "1.0-rc4")
1010
project.ext.set("versionDagger", "2.24")

0 commit comments

Comments
 (0)