Update dependencies

This commit is contained in:
Robert Pösel 2023-04-03 19:47:12 +02:00
parent 5bf1b479f9
commit aa08d03e78

View File

@ -59,13 +59,19 @@ dependencies {
// Which flavor to use is determined by missingDimensionStrategy parameter above.
// implementation project(':tesseract4android')
// TODO: This is workaround for Duplicate class kotlin.* build errors caused by this change:
// https://kotlinlang.org/docs/whatsnew18.html#updated-jvm-compilation-target
// Remove this when affected libraries are updated to target only kotlin-stdlib
// without additional kotlin-stdlib-jdk7 and kotlin-stdlib-jdk8 dependencies.
implementation platform("org.jetbrains.kotlin:kotlin-bom:1.8.10")
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment:2.5.3'
implementation 'androidx.navigation:navigation-ui:2.5.3'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'