Skip to content

Commit ec51119

Browse files
authored
Update documentation for v0.8.1.2 (#238)
* Update `publish.gradle` for v8.1.1.2 * Update `README.md` for v8.1.1.2 * Update `PREREQUISITE.md` for v8.1.1.2
1 parent c8189ba commit ec51119

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

PREREQUISITE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ There are 3 ways adding euphony to your project.
3636
dependencies {
3737
// other dependencies
3838
// ...
39-
implementation 'co.euphony.lib:euphony:0.8.1.1'
39+
implementation 'co.euphony.lib:euphony:0.8.1.2'
4040
}
4141
```
4242

4343
### 1.2 Import the aar/jar file directly
4444

45-
1. Download `euphony.aar` : [MavenCentral euphony artifact](https://search.maven.org/artifact/co.euphony.lib/euphony/0.8.1.1/aar) follow the link and download aar file.
45+
1. Download `euphony.aar` : [MavenCentral euphony artifact](https://search.maven.org/artifact/co.euphony.lib/euphony/0.8.1.2/aar) follow the link and download aar file.
4646
2. Put `euphony.aar` file in `libs` folder.
4747

4848
<img width="392" alt="aar_002_auto_x2_colored_toned" src="https://user-images.githubusercontent.com/27720475/130187177-b97b55ef-158a-4975-b0f8-b9e8bfdc5886.png">
@@ -57,7 +57,7 @@ repositories {
5757
}
5858
5959
dependencies {
60-
implementation name: 'euphony-0.8.1.1', ext: 'aar'
60+
implementation name: 'euphony-0.8.1.2', ext: 'aar'
6161
}
6262
6363
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Euphony provides a handiness library designed to communicate with other devices(
1515
1) build.gradle in app module
1616
```gradle
1717
dependencies {
18-
implementation 'co.euphony.lib:euphony:0.8.1.1'
18+
implementation 'co.euphony.lib:euphony:0.8.1.2'
1919
}
2020
```
2121

euphony/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'signing'
33

44
def LIB_GROUP_ID = 'co.euphony.lib'
55
def LIB_ARTIFACT_ID = 'euphony'
6-
def LIB_VERSION = '0.8.1.1'
6+
def LIB_VERSION = '0.8.1.2'
77

88
task androidSourcesJar(type: Jar) {
99
archiveClassifier.set('sources')

0 commit comments

Comments
 (0)