We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1f7eb7 + 9db58fd commit 4103281Copy full SHA for 4103281
README.md
@@ -48,7 +48,7 @@ To get this app please clone this repository using the below command:
48
```
49
And add a dependency code to your app module's `build.gradle` file.
50
51
- implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.1.3'
+ implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.1.4'
52
53
54
## Using Provisioning Library
app/build.gradle
@@ -18,7 +18,7 @@ android {
18
minSdkVersion 23
19
targetSdkVersion 33
20
versionCode 19
21
- versionName "2.1.3 - ${getGitHash()}"
+ versionName "2.1.4 - ${getGitHash()}"
22
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
23
}
24
0 commit comments