Skip to content

Commit 545c730

Browse files
committed
Platform update to API 33
Added oem info as a provider in the manifest
1 parent e7426cd commit 545c730

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

DeviceIdentifiersWrapper/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 32
6+
compileSdkVersion 33
77

88
defaultConfig {
99
minSdkVersion 19
10-
targetSdkVersion 32
11-
versionCode 8
12-
versionName "0.8"
10+
targetSdkVersion 33
11+
versionCode 9
12+
versionName "0.9"
1313

14-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14+
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1515

1616
}
1717

@@ -30,9 +30,9 @@ android {
3030

3131
dependencies {
3232
implementation fileTree(dir: 'libs', include: ['*.jar'])
33-
implementation 'com.android.support:appcompat-v7:28.0.0'
33+
implementation 'androidx.appcompat:appcompat:1.0.0'
3434
testImplementation 'junit:junit:4.13'
35-
androidTestImplementation 'com.android.support.test:runner:1.0.2'
36-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
35+
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
36+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
3737
compileOnly 'com.symbol:emdk:+'
3838
}

DeviceIdentifiersWrapper/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<uses-permission android:name="com.zebra.provider.READ"/>
55
<queries>
66
<package android:name="com.symbol.emdk.emdkservice" />
7+
<provider android:authorities="oem_info" />
78
</queries>
89
</manifest>

0 commit comments

Comments
 (0)