Update dependencies (#1909)
diff --git a/.gitignore b/.gitignore
index 73d929a..58b3038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,10 @@
.idea/**/dbnavigator.xml
.idea/deploymentTargetDropDown.xml
.idea/misc.xml
+.idea/jarRepositories.xml
+.idea/gradle.properties
+.idea/vcs.xml
+.idea/modules.xml
# Gradle
.idea/**/gradle.xml
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index ec33ca5..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/lottie-android.iml" filepath="$PROJECT_DIR$/.idea/lottie-android.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/issue-repro/lottie-android.issue-repro.iml" filepath="$PROJECT_DIR$/.idea/modules/issue-repro/lottie-android.issue-repro.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/issue-repro-compose/lottie-android.issue-repro-compose.iml" filepath="$PROJECT_DIR$/.idea/modules/issue-repro-compose/lottie-android.issue-repro-compose.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/lottie/lottie-android.lottie.iml" filepath="$PROJECT_DIR$/.idea/modules/lottie/lottie-android.lottie.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/lottie-compose/lottie-android.lottie-compose.iml" filepath="$PROJECT_DIR$/.idea/modules/lottie-compose/lottie-android.lottie-compose.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/sample/lottie-android.sample.iml" filepath="$PROJECT_DIR$/.idea/modules/sample/lottie-android.sample.iml" />
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/sample-compose/lottie-android.sample-compose.iml" filepath="$PROJECT_DIR$/.idea/modules/sample-compose/lottie-android.sample-compose.iml" />
- </modules>
- </component>
-</project>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="" vcs="Git" />
- </component>
-</project>
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 114c699..e8c3057 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@
robolectricVersion = '4.6.1'
retrofitVersion = '2.9.0'
materialVersion = '1.4.0'
- epoxyVersion = '4.6.3'
+ epoxyVersion = '4.6.4'
junitVersion = '4.13.2'
extJunitVersion = '1.1.3'
espressoVersion = '3.3.0'
@@ -30,8 +30,8 @@
classpath 'com.android.tools.build:gradle:7.0.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "net.ltgt.gradle:gradle-errorprone-plugin:2.0.2"
- classpath 'com.vanniktech:gradle-maven-publish-plugin:0.17.0'
- classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.5.0'
+ classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
+ classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.5.30'
}
}
diff --git a/sample/build.gradle b/sample/build.gradle
index 4126f50..4f9ffae 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -71,7 +71,7 @@
implementation "androidx.paging:paging-runtime-ktx:3.0.1"
implementation "androidx.cardview:cardview:1.0.0"
implementation "androidx.core:core-ktx:$coreVersion"
- implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation "androidx.browser:browser:1.3.0"
implementation "com.google.android.material:material:$materialVersion"