@@ -18,14 +18,12 @@ allprojects {
18
18
}
19
19
20
20
android {
21
- compileSdkVersion 30
21
+ compileSdkVersion 33
22
22
buildToolsVersion " 30.0.3"
23
23
24
24
defaultConfig {
25
25
minSdkVersion 23
26
- targetSdkVersion 30
27
- versionCode 1
28
- versionName " 1.0"
26
+ targetSdkVersion 33
29
27
30
28
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
31
29
consumerProguardFiles ' consumer-rules.pro'
@@ -37,6 +35,7 @@ android {
37
35
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
38
36
}
39
37
}
38
+ namespace ' com.espressif.provisioning'
40
39
}
41
40
42
41
protobuf {
@@ -59,13 +58,13 @@ dependencies {
59
58
60
59
implementation ' androidx.appcompat:appcompat:1.3.1'
61
60
implementation ' org.greenrobot:eventbus:3.2.0'
62
- implementation ' com.google.protobuf:protobuf-javalite:3.14 .0'
61
+ implementation ' com.google.protobuf:protobuf-javalite:3.18 .0'
63
62
implementation ' com.google.crypto.tink:tink-android:1.6.1'
64
63
implementation ' com.google.android.gms:play-services-vision:20.1.3'
65
64
implementation ' androidx.preference:preference:1.1.1'
66
- implementation ' com.github.yuriy-budiyev:code-scanner:2.1.0 '
65
+ implementation ' com.github.yuriy-budiyev:code-scanner:2.1.2 '
67
66
68
67
testImplementation ' junit:junit:4.13.2'
69
- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
70
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
68
+ androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
69
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5 .0'
71
70
}
0 commit comments