From 545c730235ef0989233388615a94ffaacffdb41e Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Thu, 28 Sep 2023 09:52:19 +0200 Subject: [PATCH] Platform update to API 33 Added oem info as a provider in the manifest --- DeviceIdentifiersWrapper/build.gradle | 16 ++++++++-------- .../src/main/AndroidManifest.xml | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/DeviceIdentifiersWrapper/build.gradle b/DeviceIdentifiersWrapper/build.gradle index f6c0991..e19c4b0 100644 --- a/DeviceIdentifiersWrapper/build.gradle +++ b/DeviceIdentifiersWrapper/build.gradle @@ -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' } @@ -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:+' } diff --git a/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml b/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml index 81fc359..7d2a448 100644 --- a/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml +++ b/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml @@ -4,5 +4,6 @@ +