From 36a3aaea3b406a8fcb63636c1b96b3895f074d9d Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 28 Jun 2022 15:26:13 +0200 Subject: [PATCH] Update to A12 --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 5 +- .idea/markdown-navigator-enh.xml | 10 +++ .idea/markdown-navigator.xml | 62 +++++++++++++++++++ .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 13 ---- DeviceIdentifiersWrapper/build.gradle | 4 +- .../src/main/AndroidManifest.xml | 3 + 8 files changed, 81 insertions(+), 20 deletions(-) create mode 100644 .idea/markdown-navigator-enh.xml create mode 100644 .idea/markdown-navigator.xml delete mode 100644 .idea/runConfigurations.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 650934e..6593b67 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,11 +4,11 @@ diff --git a/.idea/markdown-navigator-enh.xml b/.idea/markdown-navigator-enh.xml new file mode 100644 index 0000000..a8fcc84 --- /dev/null +++ b/.idea/markdown-navigator-enh.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/markdown-navigator.xml b/.idea/markdown-navigator.xml new file mode 100644 index 0000000..a2fc086 --- /dev/null +++ b/.idea/markdown-navigator.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 3378229..70d034b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index e497da9..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/DeviceIdentifiersWrapper/build.gradle b/DeviceIdentifiersWrapper/build.gradle index 067fda7..1b0b60a 100644 --- a/DeviceIdentifiersWrapper/build.gradle +++ b/DeviceIdentifiersWrapper/build.gradle @@ -7,11 +7,11 @@ ext { } android { - compileSdkVersion 30 + compileSdkVersion 32 defaultConfig { minSdkVersion 19 - targetSdkVersion 29 + targetSdkVersion 32 versionCode 2 versionName "0.2" diff --git a/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml b/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml index 42a438d..581f32d 100644 --- a/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml +++ b/DeviceIdentifiersWrapper/src/main/AndroidManifest.xml @@ -1,7 +1,10 @@ + + +