Skip to content

Commit cd7e30d

Browse files
authored
Update README.md
1 parent 9e531e8 commit cd7e30d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hyperion
22

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)
44
[![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)
55
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)]()
66
[![Public Yes](https://img.shields.io/badge/Public-yes-green.svg?style=flat)]()
@@ -67,20 +67,20 @@ Download via Maven:
6767
<dependency>
6868
<groupId>com.willowtreeapps.hyperion</groupId>
6969
<artifactId>hyperion-core</artifactId>
70-
<version>0.9.34</version>
70+
<version>0.9.38</version>
7171
</dependency>
7272
```
7373

7474
or Gradle:
7575

7676
```groovy
77-
debugImplementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.34'
77+
debugImplementation 'com.willowtreeapps.hyperion:hyperion-core:0.9.38'
7878
```
7979

8080
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:
8181

8282
```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'
8484
```
8585

8686
### Usage
@@ -90,17 +90,17 @@ releaseImplementation 'com.willowtreeapps.hyperion:hyperion-core-no-op:0.9.34'
9090
Include the core library along with any number of plugins.
9191

9292
```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'
104104
```
105105

106106
## Adding Plugins

0 commit comments

Comments
 (0)