From a73c4e04dd3ef67654a97c5391a9b16091c14226 Mon Sep 17 00:00:00 2001 From: Ronny Brzeski Date: Fri, 4 Aug 2023 11:54:25 +0200 Subject: [PATCH] Update dependencies and gradle --- .idea/.name | 1 + .idea/compiler.xml | 2 +- .idea/gradle.xml | 6 +-- .idea/jarRepositories.xml | 15 +++++++ .idea/kotlinc.xml | 6 +++ .idea/misc.xml | 3 +- .idea/runConfigurations.xml | 13 ------ androidhkdf/build.gradle | 55 ++++++++++++++++-------- androidhkdf/src/main/AndroidManifest.xml | 3 +- app/build.gradle | 40 +++++++++-------- app/src/main/AndroidManifest.xml | 6 +-- build.gradle | 9 +--- gradle.properties | 3 ++ gradle/wrapper/gradle-wrapper.properties | 2 +- 14 files changed, 94 insertions(+), 70 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/runConfigurations.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..5b25f9f --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +AndroidHKDFLib \ No newline at end of file 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/gradle.xml b/.idea/gradle.xml index c6fcd01..9079387 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,10 +4,10 @@ diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 933d158..9a21223 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -26,5 +26,20 @@