Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroSQ committed Oct 24, 2023
1 parent f900ced commit 4ecb4c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ allprojects {
dependencies {
...
implementation 'com.github.LeandroSQ:android-ble-made-easy:1.8.2'
implementation 'com.github.LeandroSQ:android-ble-made-easy:1.9.0'
...
}
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 6
versionName "1.8.1"
versionCode 7
versionName "1.9.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 4ecb4c9

Please sign in to comment.