Skip to content

Commit 06509c3

Browse files
committed
Merge branch 'task/protobuf_lib_update' into 'master'
Protobuf artifact version update See merge request idf/esp-idf-provisioning-android!62
2 parents 2f3e757 + 144549b commit 06509c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

5454
## Using Provisioning Library

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.espressif.wifi_provisioning"
1818
minSdkVersion 23
1919
targetSdkVersion 30
20-
versionCode 16
21-
versionName "2.1.0 - ${getGitHash()}"
20+
versionCode 17
21+
versionName "2.1.1 - ${getGitHash()}"
2222
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2323
}
2424

provisioning/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17'
9+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.1'
1010
}
1111
}
1212

@@ -41,7 +41,7 @@ android {
4141

4242
protobuf {
4343
protoc {
44-
artifact = 'com.google.protobuf:protoc:3.8.0'
44+
artifact = 'com.google.protobuf:protoc:3.21.9'
4545
}
4646
generateProtoTasks {
4747
all().each { task ->

0 commit comments

Comments
 (0)