Skip to content

Commit

Permalink
Bump version to 1.134.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Aug 13, 2024
1 parent 2396e64 commit 7976977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.134.0
VERSION_NAME=1.134.1
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
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ dependencies {

// temi SDK
implementation project(':sdk')
// implementation 'com.robotemi:sdk:1.134.0'
// implementation 'com.robotemi:sdk:1.134.1'
implementation 'com.google.code.gson:gson:2.9.0'
}

0 comments on commit 7976977

Please sign in to comment.