From 1b77020e061c0b4ad7ea9b5bc1cfeed66b386c12 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Tue, 20 May 2025 01:24:14 +0100 Subject: [PATCH] upgraded dependencies to be compatible with android_33 --- .idea/gradle.xml | 6 +- .idea/misc.xml | 12 ++- .idea/modules.xml | 9 -- .idea/runConfigurations.xml | 8 ++ app/build.gradle | 98 ++++++++++++------- .../application/modules/MockRepository.kt | 34 ++----- .../h_mal/easycc/helper/UiTestHelper.kt | 87 ++++++++++++++++ .../h_mal/easycc/robots/CurrencyRobot.kt | 34 ++++--- build.gradle | 17 ++-- gradle.properties | 61 +++++++++++- gradle/wrapper/gradle-wrapper.properties | 6 +- gradlew | 0 12 files changed, 263 insertions(+), 109 deletions(-) delete mode 100644 .idea/modules.xml create mode 100644 app/src/androidTest/java/com/appttude/h_mal/easycc/helper/UiTestHelper.kt mode change 100644 => 100755 gradlew diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 674414f..5ef3273 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,17 +4,15 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 99e86f7..4246f14 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 60f4be0..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..72f00ed 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,14 @@