Skip to content

Commit 4103281

Browse files
committed
Merge branch 'task/update_lib_version' into 'master'
Updated provisioning lib version. See merge request idf/esp-idf-provisioning-android!68
2 parents e1f7eb7 + 9db58fd commit 4103281

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)