We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed5a4f commit 1c12b79Copy full SHA for 1c12b79
app/build.gradle
@@ -60,8 +60,7 @@ dependencies {
60
61
implementation 'com.google.protobuf:protobuf-javalite:3.18.0'
62
implementation 'com.google.crypto.tink:tink-android:1.6.1'
63
-// implementation project(path: ':provisioning')
64
- implementation 'com.github.espressif:esp-idf-provisioning-android:lib-2.1.2'
+ implementation project(path: ':provisioning')
65
66
implementation 'org.greenrobot:eventbus:3.3.1'
67
implementation 'com.github.yuriy-budiyev:code-scanner:2.1.2'
0 commit comments