From 1147e2486b67fe0bd31f24294b624a2c6952d39e Mon Sep 17 00:00:00 2001 From: RumitPatel Date: Tue, 20 Jun 2023 10:14:16 +0530 Subject: [PATCH 1/7] Dependencies and AGP upgraded --- .idea/compiler.xml | 2 +- .idea/deploymentTargetDropDown.xml | 10 ++++ .idea/gradle.xml | 2 +- .idea/kotlinc.xml | 6 ++ .idea/misc.xml | 3 +- app/build.gradle | 55 +++++++++---------- .../java/com/raghav/mynotes/db/TasksDao.kt | 2 +- build.gradle | 8 +-- gradle.properties | 5 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 10 files changed, 56 insertions(+), 39 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 .idea/kotlinc.xml 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/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..0c0c338 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a2d7c21..f01eec3 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,8 +5,8 @@