Skip to content

Commit

Permalink
Bump to 1.131.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Aug 7, 2023
1 parent add8e17 commit e2902cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Download

Download the latest AAR from [Maven Central][2] or grab via Gradle:
```groovy
implementation 'com.robotemi:sdk:1.131.3'
implementation 'com.robotemi:sdk:1.131.4'
```

or Maven:
```xml
<dependency>
<groupId>com.robotemi</groupId>
<artifactId>sdk</artifactId>
<version>1.131.3</version>
<version>1.131.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=true
kotlin.code.style=official

GROUP=com.robotemi
VERSION_NAME=1.131.4.0-SNAPSHOT
VERSION_NAME=1.131.4
POM_URL=https://github.com/robotemi/sdk/
POM_SCM_URL=https://github.com/robotemi/sdk/
POM_SCM_CONNECTION=scm:git:git://github.com/robotemi/sdk.git
Expand Down

0 comments on commit e2902cd

Please sign in to comment.