mirror of
https://github.com/adaptech-cz/Tesseract4Android.git
synced 2026-01-09 06:12:45 +08:00
Update dependencies
This commit is contained in:
parent
5bf1b479f9
commit
aa08d03e78
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user