Skip to content

Commit 271f7c7

Browse files
committed
prov_lib : Updated Android & other dependency versions.
1 parent 798842c commit 271f7c7

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

provisioning/build.gradle

+7-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ allprojects {
1818
}
1919

2020
android {
21-
compileSdkVersion 30
21+
compileSdkVersion 33
2222
buildToolsVersion "30.0.3"
2323

2424
defaultConfig {
2525
minSdkVersion 23
26-
targetSdkVersion 30
27-
versionCode 1
28-
versionName "1.0"
26+
targetSdkVersion 33
2927

3028
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3129
consumerProguardFiles 'consumer-rules.pro'
@@ -37,6 +35,7 @@ android {
3735
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3836
}
3937
}
38+
namespace 'com.espressif.provisioning'
4039
}
4140

4241
protobuf {
@@ -59,13 +58,13 @@ dependencies {
5958

6059
implementation 'androidx.appcompat:appcompat:1.3.1'
6160
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'
6362
implementation 'com.google.crypto.tink:tink-android:1.6.1'
6463
implementation 'com.google.android.gms:play-services-vision:20.1.3'
6564
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'
6766

6867
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'
7170
}
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.espressif.provisioning" />
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" />

0 commit comments

Comments
 (0)