From 5ec72eddd4e8b8210b58192d204af0c0c11107c8 Mon Sep 17 00:00:00 2001 From: joel Date: Sun, 13 Jun 2021 21:38:51 +0200 Subject: [PATCH] update config --- .idea/compiler.xml | 2 +- .idea/dictionaries/Joel.xml | 8 ++++++++ .idea/gradle.xml | 4 ++-- .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 10 ++++++++++ app/build.gradle | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 .idea/dictionaries/Joel.xml create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/dictionaries/Joel.xml b/.idea/dictionaries/Joel.xml new file mode 100644 index 0000000..877a1c2 --- /dev/null +++ b/.idea/dictionaries/Joel.xml @@ -0,0 +1,8 @@ + + + + videomeetings + zoomhelper + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ed9c379..c6ecbde 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,10 +4,11 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index d5d35ec..2241879 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index d05ffea..b3c41f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ repositories { dependencies { - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.lifecycle:lifecycle-process:2.3.1'