diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index db291c66..e05a28be 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -1,24 +1,42 @@
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 00000000..79ee123c
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index 7b8f21cc..5dd65998 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -4,9 +4,10 @@
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
deleted file mode 100644
index 7f68460d..00000000
--- a/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations/app_community.xml b/.idea/runConfigurations/app_community.xml
index c7eb7aa7..b0de3e6e 100644
--- a/.idea/runConfigurations/app_community.xml
+++ b/.idea/runConfigurations/app_community.xml
@@ -1,11 +1,13 @@
-
+
+
+
@@ -41,11 +43,16 @@
+
+
+
+
+
diff --git a/build.gradle b/build.gradle
index 287df6cc..b33d4be2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,8 +3,8 @@
buildscript {
ext.kotlin_version = '1.5.21'
repositories {
- jcenter()
google()
+ mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
@@ -21,8 +21,8 @@ allprojects {
maven {
url "https://maven.google.com"
}
- jcenter()
google()
+ mavenCentral()
}
}
diff --git a/modules/core/build.gradle b/modules/core/build.gradle
index 436a0e11..de138378 100644
--- a/modules/core/build.gradle
+++ b/modules/core/build.gradle
@@ -61,7 +61,7 @@ dependencies {
api 'com.google.android.gms:play-services-maps:17.0.1'
implementation 'com.google.firebase:firebase-messaging:22.0.0'
api 'com.google.code.gson:gson:2.8.6'
- implementation 'com.google.android:flexbox:1.1.0'
+ implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation 'com.jakewharton:disklrucache:2.0.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"