Skip to content

Commit e2902cd

Browse files
committed
Bump to 1.131.4
1 parent add8e17 commit e2902cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Download
1111

1212
Download the latest AAR from [Maven Central][2] or grab via Gradle:
1313
```groovy
14-
implementation 'com.robotemi:sdk:1.131.3'
14+
implementation 'com.robotemi:sdk:1.131.4'
1515
```
1616

1717
or Maven:
1818
```xml
1919
<dependency>
2020
<groupId>com.robotemi</groupId>
2121
<artifactId>sdk</artifactId>
22-
<version>1.131.3</version>
22+
<version>1.131.4</version>
2323
</dependency>
2424
```
2525

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
GROUP=com.robotemi
24-
VERSION_NAME=1.131.4.0-SNAPSHOT
24+
VERSION_NAME=1.131.4
2525
POM_URL=https://github.com/robotemi/sdk/
2626
POM_SCM_URL=https://github.com/robotemi/sdk/
2727
POM_SCM_CONNECTION=scm:git:git://github.com/robotemi/sdk.git

0 commit comments

Comments
 (0)