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.0 '
51
+ implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.1.1 '
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 30
20
- versionCode 16
21
- versionName " 2.1.0 - ${ getGitHash()} "
20
+ versionCode 17
21
+ versionName " 2.1.1 - ${ getGitHash()} "
22
22
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.17 '
9
+ classpath ' com.google.protobuf:protobuf-gradle-plugin:0.9.1 '
10
10
}
11
11
}
12
12
@@ -41,7 +41,7 @@ android {
41
41
42
42
protobuf {
43
43
protoc {
44
- artifact = ' com.google.protobuf:protoc:3.8.0 '
44
+ artifact = ' com.google.protobuf:protoc:3.21.9 '
45
45
}
46
46
generateProtoTasks {
47
47
all(). each { task ->
You can’t perform that action at this time.
0 commit comments