Skip to content

Commit 9db58fd

Browse files
committedApr 11, 2024
Updated provisioning lib version.
1 parent e1f7eb7 commit 9db58fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3'
51+
implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.1.4'
5252
```
5353

5454
## Using Provisioning Library

‎app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 23
1919
targetSdkVersion 33
2020
versionCode 19
21-
versionName "2.1.3 - ${getGitHash()}"
21+
versionName "2.1.4 - ${getGitHash()}"
2222
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2323
}
2424

0 commit comments

Comments
 (0)
Please sign in to comment.