Skip to content

Commit

Permalink
Platform update to API 33
Browse files Browse the repository at this point in the history
Added oem info as a provider in the manifest
  • Loading branch information
ltrudu committed Sep 28, 2023
1 parent e7426cd commit 545c730
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DeviceIdentifiersWrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 19
targetSdkVersion 32
versionCode 8
versionName "0.8"
targetSdkVersion 33
versionCode 9
versionName "0.9"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

}

Expand All @@ -30,9 +30,9 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
compileOnly 'com.symbol:emdk:+'
}
1 change: 1 addition & 0 deletions DeviceIdentifiersWrapper/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<uses-permission android:name="com.zebra.provider.READ"/>
<queries>
<package android:name="com.symbol.emdk.emdkservice" />
<provider android:authorities="oem_info" />
</queries>
</manifest>

0 comments on commit 545c730

Please sign in to comment.