Fix per-app locale selection

This commit is contained in:
Koitharu
2025-05-08 20:46:58 +03:00
parent 23f3182769
commit 4fcb3a969b
4 changed files with 65 additions and 63 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdk = 21
targetSdk = 35
versionCode = 1011
versionName = '8.1.5'
versionCode = 1012
versionName = '8.1.6'
generatedDensities = []
testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner'
ksp {