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'