Fix crash in BrowserActivity #835

This commit is contained in:
Koitharu
2024-03-30 15:25:47 +02:00
parent b57069c55f
commit 5abb07fda2
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 34
versionCode = 632
versionName = '6.8.2'
versionCode = 633
versionName = '6.8.3'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {