diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2d73486 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 70d034b..fa51d7d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + 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..eda747d 100644 --- a/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml +++ b/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml @@ -1,8 +1,29 @@ + + + + + + + + diff --git a/README.md b/README.md index 9477554..3f0a433 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,18 @@ Have fun with Zebra's devices :) ## Change Log !!! ### 1. Change of REPOSITORY -### 2. UPDATED FOR A11... -### 3. Added a Sample repository running on <=A11 +### 2. UPDATED FOR A13... +### 3. Added a Sample repository running on <=A13 ## Sample Repository https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample +## V0.8 to V0.9 : Updated for A13 +```text + Added BIND_NOTIFICATION_LISTENER_SERVICE permission + Added com.symbol.emdk.emdkservice querie + API updated to 33 +``` ## V0.4 to v0.8 : Basic cache mechanism & Wait for EMDK availability ```text Added basic cache mechanism. @@ -74,6 +80,7 @@ To use this helper on Zebra Android devices running Android 10 or higher, first ```xml += 11) @@ -81,6 +88,7 @@ Then add a query element to retrive the data (only necessary for Android builds ```xml + ``` @@ -97,10 +105,12 @@ Sample AdroidManifest.xml: TODO: Add these permissions to your manifest + TODO: Add query element to your manifest +