diff --git a/app/build.gradle b/app/build.gradle index 5775e4bff..0e5233340 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 35 - versionCode = 691 - versionName = '7.7-rc1' + versionCode = 692 + versionName = '7.7' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt b/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt index 8a47ce8a3..bc40df0fb 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/core/util/ext/Throwable.kt @@ -58,7 +58,7 @@ private fun Throwable.getDisplayMessageOrNull(resources: Resources): String? = w ) is AuthRequiredException -> resources.getString(R.string.auth_required) - is CloudFlareProtectedException -> resources.getString(R.string.captcha_required) + is CloudFlareProtectedException -> resources.getString(R.string.captcha_required_message) is CloudFlareBlockedException -> resources.getString(R.string.blocked_by_server_message) is ActivityNotFoundException, is UnsupportedOperationException, diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8e8ba530a..c11b27342 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -768,4 +768,5 @@ Handle links Handle manga links from external applications (e.g. web browser). You may also need to enable it manually in the application\'s system settings Email + This source requires solving a captcha to continue diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e31199e39..3d89e71eb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ adapterdelegates = "4.3.2" appcompat = "1.7.0" avifDecoder = "1.1.1.14d8e3c4" biometric = "1.2.0-alpha05" -coil = "3.0.3" +coil = "3.0.4" collections = "1.4.5" conscrypt = "2.5.3" constraintlayout = "2.2.0" @@ -30,7 +30,7 @@ material = "1.12.0" moshi = "1.15.1" okhttp = "4.12.0" okio = "3.9.1" -parsers = "8bc51b3b79" +parsers = "1.5" preference = "1.2.1" recyclerview = "1.3.2" room = "2.6.1"