Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramezhil authored Apr 13, 2020
1 parent f31d6da commit d4eb352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your app build.gradle:

```java
dependencies {
implementation 'com.github.vikramezhil:DroidSpeech2.0:v1.0'
implementation 'com.github.vikramezhil:DroidSpeech2.0:v1.1'
}
```

Expand All @@ -58,7 +58,7 @@ Add the following to the <dependencies> section of your pom.xml:
<dependency>
<groupId>com.github.vikramezhil</groupId>
<artifactId>DroidSpeech2.0</artifactId>
<version>v1.0</version>
<version>v1.1</version>
</dependency>
```

Expand Down

0 comments on commit d4eb352

Please sign in to comment.