1
1
# Hyperion
2
2
3
- [ ![ CircleCI ] ( https://circleci .com/gh/ willowtreeapps/Hyperion-Android.svg?style=svg&circle-token=3d0158d85c451692a4ce0ee18eb12617f67206eb )] ( https://circleci.com/gh/willowtreeapps/Hyperion-Android )
3
+ ![ Build & Release to Maven Central ] ( https://github .com/willowtreeapps/Hyperion-Android/actions/workflows/mc-release.yml/badge.svg?branch=develop )
4
4
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.willowtreeapps.hyperion/hyperion-core.svg )] ( https://search.maven.org/search?q=g:com.willowtreeapps.hyperion )
5
5
[ ![ License MIT] ( https://img.shields.io/badge/License-MIT-blue.svg?style=flat )] ( )
6
6
[ ![ Public Yes] ( https://img.shields.io/badge/Public-yes-green.svg?style=flat )] ( )
@@ -67,20 +67,20 @@ Download via Maven:
67
67
<dependency >
68
68
<groupId >com.willowtreeapps.hyperion</groupId >
69
69
<artifactId >hyperion-core</artifactId >
70
- <version >0.9.34 </version >
70
+ <version >0.9.38 </version >
71
71
</dependency >
72
72
```
73
73
74
74
or Gradle:
75
75
76
76
``` groovy
77
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.34 '
77
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.38 '
78
78
```
79
79
80
80
If you reference Hyperion from your code, you should also compile the no-op artifact for release variants. For most users, this will not be necessary:
81
81
82
82
``` groovy
83
- releaseImplementation 'com.willowtreeapps.hyperion:hyperion-core-no-op:0.9.34 '
83
+ releaseImplementation 'com.willowtreeapps.hyperion:hyperion-core-no-op:0.9.38 '
84
84
```
85
85
86
86
### Usage
@@ -90,17 +90,17 @@ releaseImplementation 'com.willowtreeapps.hyperion:hyperion-core-no-op:0.9.34'
90
90
Include the core library along with any number of plugins.
91
91
92
92
``` groovy
93
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.34 '
94
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-attr:0.9.34 '
95
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-build-config:0.9.34 '
96
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-crash:0.9.34 '
97
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-disk:0.9.34 '
98
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-geiger-counter:0.9.34 '
99
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-measurement:0.9.34 '
100
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-phoenix:0.9.34 '
101
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-recorder:0.9.34 '
102
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-shared-preferences:0.9.34 '
103
- debugImplementation 'com.willowtreeapps.hyperion:hyperion-timber:0.9.34 '
93
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.38 '
94
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-attr:0.9.38 '
95
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-build-config:0.9.38 '
96
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-crash:0.9.38 '
97
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-disk:0.9.38 '
98
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-geiger-counter:0.9.38 '
99
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-measurement:0.9.38 '
100
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-phoenix:0.9.38 '
101
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-recorder:0.9.38 '
102
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-shared-preferences:0.9.38 '
103
+ debugImplementation 'com.willowtreeapps.hyperion:hyperion-timber:0.9.38 '
104
104
```
105
105
106
106
## Adding Plugins
0 commit comments