diff --git a/.idea/runConfigurations/Main.xml b/.idea/runConfigurations/Main.xml
index 74680954..7d26935e 100644
--- a/.idea/runConfigurations/Main.xml
+++ b/.idea/runConfigurations/Main.xml
@@ -15,6 +15,7 @@
+
@@ -45,7 +46,7 @@
-
+
diff --git a/.idea/runConfigurations/Settings.xml b/.idea/runConfigurations/Settings.xml
index b2095a43..e3bcf028 100644
--- a/.idea/runConfigurations/Settings.xml
+++ b/.idea/runConfigurations/Settings.xml
@@ -15,6 +15,7 @@
+
@@ -45,7 +46,7 @@
-
+
diff --git a/.idea/scopes/ShaderCompiler.xml b/.idea/scopes/ShaderCompiler.xml
new file mode 100644
index 00000000..0077ad7f
--- /dev/null
+++ b/.idea/scopes/ShaderCompiler.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index e3db3172..e14e072c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -88,16 +88,16 @@ android {
dependencies {
/* Google */
- implementation "androidx.core:core-ktx:1.6.0"
- implementation 'androidx.appcompat:appcompat:1.3.1'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
+ implementation "androidx.core:core-ktx:1.7.0"
+ implementation 'androidx.appcompat:appcompat:1.4.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
- implementation 'androidx.fragment:fragment-ktx:1.3.6'
+ implementation 'androidx.fragment:fragment-ktx:1.4.0'
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'com.google.android.flexbox:flexbox:3.0.0'
diff --git a/build.gradle b/build.gradle
index cb469f47..f4031c1e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,10 +2,9 @@
buildscript {
ext {
- kotlin_version = '1.5.31'
- lifecycle_version = '2.3.1'
+ kotlin_version = '1.6.0'
+ lifecycle_version = '2.4.0'
hilt_version = '2.39.1'
- lifecycle_version = '2.3.1'
}
repositories {
@@ -13,7 +12,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.1.0-beta04'
+ classpath 'com.android.tools.build:gradle:7.1.0-rc01'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index bdfed383..798cab05 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Mon Oct 11 06:23:28 GMT 2021
+#Mon Jan 10 14:58:11 GMT 2022
distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME