File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To get this app please clone this repository using the below command:
48
48
```
49
49
And add a dependency code to your app module's ` build.gradle ` file.
50
50
```
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 '
52
52
```
53
53
54
54
## Using Provisioning Library
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
17
17
applicationId " com.espressif.wifi_provisioning"
18
18
minSdkVersion 23
19
19
targetSdkVersion 33
20
- versionCode 18
21
- versionName " 2.1.2 - ${ getGitHash()} "
20
+ versionCode 19
21
+ versionName " 2.1.3 - ${ getGitHash()} "
22
22
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
23
23
}
24
24
@@ -61,7 +61,7 @@ dependencies {
61
61
implementation ' com.google.crypto.tink:tink-android:1.6.1'
62
62
implementation project(path : ' :provisioning' )
63
63
64
- implementation ' org.greenrobot:eventbus:3.2.0 '
64
+ implementation ' org.greenrobot:eventbus:3.3.1 '
65
65
implementation ' com.github.yuriy-budiyev:code-scanner:2.1.2'
66
66
implementation ' com.github.firdausmaulan:AVLoadingIndicatorView:2.3.0'
67
67
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
58
58
59
59
implementation ' androidx.appcompat:appcompat:1.3.1'
60
- implementation ' org.greenrobot:eventbus:3.2.0 '
60
+ implementation ' org.greenrobot:eventbus:3.3.1 '
61
61
implementation ' com.google.protobuf:protobuf-javalite:3.18.0'
62
62
implementation ' com.google.crypto.tink:tink-android:1.6.1'
63
63
implementation ' com.google.android.gms:play-services-vision:20.1.3'
You can’t perform that action at this time.
0 commit comments