mirror of
https://github.com/airbnb/lottie-android.git
synced 2026-03-26 22:28:47 +00:00
Previously, if there was a rounded corners animation but no animation on the shape, the shape would never be marked as dirty and would keep returning the cached value. #2561
54 lines
1018 B
Plaintext
54 lines
1018 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
|
|
|
|
# From https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
|
|
# User-specific stuff
|
|
.idea/kotlinc.xml
|
|
.idea/**/workspace.xml
|
|
.idea/**/tasks.xml
|
|
.idea/**/usage.statistics.xml
|
|
.idea/**/dictionaries
|
|
.idea/**/shelf
|
|
.idea/runConfigurations.xml
|
|
.idea/caches
|
|
|
|
# Generated files
|
|
.idea/**/contentModel.xml
|
|
|
|
# Sensitive or high-churn files
|
|
.idea/**/dataSources/
|
|
.idea/**/dataSources.ids
|
|
.idea/**/dataSources.local.xml
|
|
.idea/**/sqlDataSources.xml
|
|
.idea/**/dynamic.xml
|
|
.idea/**/uiDesigner.xml
|
|
.idea/**/dbnavigator.xml
|
|
.idea/deploymentTargetDropDown.xml
|
|
.idea/misc.xml
|
|
.idea/jarRepositories.xml
|
|
.idea/gradle.properties
|
|
.idea/vcs.xml
|
|
.idea/modules.xml
|
|
.idea/codeStyleSettings.xml
|
|
.idea/compiler.xml
|
|
.idea/androidTestResultsUserPreferences.xml
|
|
.idea/appInsightsSettings.xml
|
|
.idea/migrations.xml
|
|
.idea/deploymentTargetSelector.xml
|
|
|
|
# Gradle
|
|
.idea/**/gradle.xml
|
|
.idea/**/libraries
|
|
|
|
|
|
.DS_Store
|
|
build
|
|
/captures
|
|
.externalNativeBuild
|
|
*auto-save*
|
|
credentials/*
|
|
secring.gpg
|
|
snapshot-env
|