Fix crash if animations disabled

This commit is contained in:
Koitharu
2024-05-08 16:28:04 +03:00
parent e330be5d13
commit e6c8591bf8
3 changed files with 12 additions and 13 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 638
versionName = '7.0-rc1'
versionCode = 639
versionName = '7.0-rc2'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {