Skip to content

Commit 1b0464c

Browse files
Updated EventBus version.
1 parent aec721f commit 1b0464c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To get this app please clone this repository using the below command:
4848
```
4949
And add a dependency code to your app module's `build.gradle` file.
5050
```
51-
implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.1.2'
51+
implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.1.3'
5252
```
5353

5454
## Using Provisioning Library

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.espressif.wifi_provisioning"
1818
minSdkVersion 23
1919
targetSdkVersion 33
20-
versionCode 18
21-
versionName "2.1.2 - ${getGitHash()}"
20+
versionCode 19
21+
versionName "2.1.3 - ${getGitHash()}"
2222
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2323
}
2424

@@ -61,7 +61,7 @@ dependencies {
6161
implementation 'com.google.crypto.tink:tink-android:1.6.1'
6262
implementation project(path: ':provisioning')
6363

64-
implementation 'org.greenrobot:eventbus:3.2.0'
64+
implementation 'org.greenrobot:eventbus:3.3.1'
6565
implementation 'com.github.yuriy-budiyev:code-scanner:2.1.2'
6666
implementation 'com.github.firdausmaulan:AVLoadingIndicatorView:2.3.0'
6767

provisioning/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation fileTree(dir: 'libs', include: ['*.jar'])
5858

5959
implementation 'androidx.appcompat:appcompat:1.3.1'
60-
implementation 'org.greenrobot:eventbus:3.2.0'
60+
implementation 'org.greenrobot:eventbus:3.3.1'
6161
implementation 'com.google.protobuf:protobuf-javalite:3.18.0'
6262
implementation 'com.google.crypto.tink:tink-android:1.6.1'
6363
implementation 'com.google.android.gms:play-services-vision:20.1.3'

0 commit comments

Comments
 (0)