Fix Continue button in offline mode

This commit is contained in:
Koitharu
2023-06-17 18:19:55 +03:00
parent 91f46de547
commit fc8a5ccd9f
4 changed files with 43 additions and 9 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 33
versionCode 554
versionName '5.2.2'
versionCode 555
versionName '5.2.3'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"