Built-in Translator + ModalBottomSheet → CustomBottomSheet(fixes bugs) + Constants.NAVIGATION_ITEMS for NavigationBars + Various dependencies updates + ReleaseResponse → LatestReleaseInfo + Fixed: Modifier.clip did not apply correctly + Room Version Migration(cause of translator) + Changed order of the selection toolbar items(revert): Translate, Copy, Dictionary > Copy, Translate, Dictionary + Gradle Version Update 8.2 → 8.4 + StringWithId → LineWithTranslation + Less transparent bars color in ReaderScreen + Small localization changes (v1.0.1)
This commit is contained in:
parent
b5d99916a1
commit
04e67aa03c
101 changed files with 5120 additions and 724 deletions
|
|
@ -1,7 +1,11 @@
|
|||
plugins {
|
||||
id("com.android.application") version "8.2.0-rc03" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
|
||||
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
|
||||
id("com.android.application") version "8.3.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
|
||||
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" apply false
|
||||
id("com.google.devtools.ksp") version "2.0.0-1.0.21" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.50" apply false
|
||||
id("com.mikepenz.aboutlibraries.plugin") version "11.1.3" apply false
|
||||
id("androidx.room") version "2.6.1" apply false
|
||||
kotlin("jvm") version "2.0.0" apply true
|
||||
kotlin("plugin.serialization") version "2.0.0" apply false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue