From 96ea6020985d71596b267c9149ec6962877061ed Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 26 Aug 2025 13:52:34 +0200 Subject: [PATCH] revisions update api 35 --- .idea/AndroidProjectSystem.xml | 6 ++++ .idea/appInsightsSettings.xml | 40 ++++++++++++++++++++++++ .idea/compiler.xml | 2 +- .idea/deploymentTargetSelector.xml | 10 ++++++ .idea/gradle.xml | 5 ++- .idea/migrations.xml | 10 ++++++ .idea/misc.xml | 3 +- .idea/runConfigurations.xml | 17 ++++++++++ app/build.gradle | 8 ++--- build.gradle | 6 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 11 files changed, 96 insertions(+), 13 deletions(-) create mode 100644 .idea/AndroidProjectSystem.xml create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/migrations.xml create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml new file mode 100644 index 0000000..4a53bee --- /dev/null +++ b/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..6e12544 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,40 @@ + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b589d56..b86273d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ae388c2..639c779 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,10 +4,9 @@