Fix crash related to slider

This commit is contained in:
Koitharu
2022-10-23 09:17:31 +03:00
parent ff58539e2e
commit cec19c3db3
2 changed files with 7 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 33
versionCode 501
versionName '4.0.1'
versionCode 502
versionName '4.0.2'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"