Removed Built-In translator (it was based Closed Source libraries) + Removed all Closed Source libraries + LineWithTranslation → ReaderLine + Room migration 3 → 4.
This commit is contained in:
parent
e0d04b2c7d
commit
1e42c258e7
66 changed files with 256 additions and 4376 deletions
|
|
@ -92,19 +92,19 @@ dependencies {
|
|||
implementation("androidx.activity:activity-compose:1.9.0")
|
||||
|
||||
// Compose BOM libraries
|
||||
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
|
||||
implementation("androidx.compose.foundation:foundation")
|
||||
implementation("androidx.compose.animation:animation")
|
||||
implementation("androidx.compose.animation:animation-android")
|
||||
implementation("androidx.compose.foundation:foundation-layout")
|
||||
implementation("androidx.compose.ui:ui")
|
||||
implementation("androidx.compose.ui:ui-graphics")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview")
|
||||
implementation("androidx.compose.ui:ui-android")
|
||||
// Compose BOM was eliminated - it is recognized as Closed Source in AboutLibraries.
|
||||
implementation("androidx.compose.foundation:foundation:1.6.8")
|
||||
implementation("androidx.compose.animation:animation:1.6.8")
|
||||
implementation("androidx.compose.animation:animation-android:1.6.8")
|
||||
implementation("androidx.compose.foundation:foundation-layout:1.6.8")
|
||||
implementation("androidx.compose.ui:ui:1.6.8")
|
||||
implementation("androidx.compose.ui:ui-graphics:1.6.8")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview:1.6.8")
|
||||
implementation("androidx.compose.ui:ui-android:1.6.8")
|
||||
implementation("androidx.compose.material3:material3:1.3.0-alpha06")
|
||||
implementation("androidx.compose.material3:material3-window-size-class")
|
||||
implementation("androidx.compose.material:material-icons-extended")
|
||||
implementation("androidx.compose.material:material")
|
||||
implementation("androidx.compose.material3:material3-window-size-class:1.2.1")
|
||||
implementation("androidx.compose.material:material-icons-extended:1.6.8")
|
||||
implementation("androidx.compose.material:material:1.6.8")
|
||||
|
||||
// All dependencies
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3")
|
||||
|
|
@ -165,15 +165,4 @@ dependencies {
|
|||
// About open source libraries
|
||||
implementation("com.mikepenz:aboutlibraries-core:latest.release")
|
||||
implementation("com.mikepenz:aboutlibraries-compose-m3:latest.release")
|
||||
|
||||
// Translator
|
||||
implementation("com.google.mlkit:translate:latest.release") {
|
||||
exclude("com.google.android.gms", "play-services-base")
|
||||
exclude("com.google.android.datatransport", "transport-api")
|
||||
exclude("com.google.android.datatransport", "transport-backend-cct")
|
||||
exclude("com.google.android.datatransport", "transport-runtime")
|
||||
exclude("com.google.firebase", "firebase-encoders-json")
|
||||
exclude("com.google.firebase", "firebase-encoders")
|
||||
}
|
||||
implementation("com.google.mlkit:language-id:latest.release")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue