From 913d2e61b0b7eca66b4f082d0e22826ad1c28d07 Mon Sep 17 00:00:00 2001 From: 24-S2-2-C-Interactive Date: Sat, 19 Oct 2024 23:42:57 +1100 Subject: [PATCH 01/13] Check how many times these methods are called in one test --- .idea/inspectionProfiles/Project_Default.xml | 6 -- app/.idea/gradle.xml | 13 ++++ app/.idea/vcs.xml | 6 ++ app/.idea/workspace.xml | 70 +++++++++++++++++++ .../nrw/commons/review/ReviewActivity.java | 3 + build.gradle | 2 +- 6 files changed, 93 insertions(+), 7 deletions(-) create mode 100644 app/.idea/gradle.xml create mode 100644 app/.idea/vcs.xml create mode 100644 app/.idea/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index a5d456928e..dabfc6386e 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,8 +1,6 @@ \ No newline at end of file diff --git a/app/.idea/gradle.xml b/app/.idea/gradle.xml new file mode 100644 index 0000000000..4019936a4d --- /dev/null +++ b/app/.idea/gradle.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/app/.idea/vcs.xml b/app/.idea/vcs.xml new file mode 100644 index 0000000000..6c0b863585 --- /dev/null +++ b/app/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/.idea/workspace.xml b/app/.idea/workspace.xml new file mode 100644 index 0000000000..a280d2e353 --- /dev/null +++ b/app/.idea/workspace.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + - - - - - - - - { - "associatedIndex": 6 -} - - - - - - - - - 1728446117690 - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index e11d4f4fa4..b0bad89a5c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath 'com.android.tools.build:gradle:8.6.0' + classpath 'com.android.tools.build:gradle:8.7.0' classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION" classpath 'org.codehaus.groovy:groovy-all:2.4.15' From 8ec6c2f8cdd91ff878c9860cf8c3aff61a1485d9 Mon Sep 17 00:00:00 2001 From: Zining He Date: Sun, 27 Oct 2024 20:02:57 +1100 Subject: [PATCH 13/13] delete .idea file --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa4a7283f6..e54ea2551a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,6 @@ *.iml *.ipr *.iws -app/.idea/gradle.xml -app/.idea/vcs.xml -app/.idea/workspace.xml /.idea/* app/src/main/gen/*