Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Apr 19, 2023
1 parent 4ea9e5f commit 541b2fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ buildscript {
}
}

plugins {
id 'net.researchgate.release' version '3.0.2' // for auto-api-java
}

allprojects {
repositories {
google()
Expand All @@ -28,7 +32,7 @@ ext.ver = [
"hmkit-core-jni" : "1.0.2",
"hmkit-crypto" : "1.4.6",
"hmkit-utils" : "1.4.5",
"hmkit-android" : "2.0.8",
"hmkit-android" : "2.0.9",
"hmkit-auto-api" : "13.1.1",
"command-queue" : "1.1.1",
compileSdk : 28
Expand Down
2 changes: 1 addition & 1 deletion hm-android-basic-oauth
2 changes: 1 addition & 1 deletion hm-android-bluetooth-auto-api-explorer

0 comments on commit 541b2fd

Please sign in to comment.