diff --git a/app/build.gradle b/app/build.gradle index 40e926c84..e714eaf16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,14 +82,14 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' implementation 'androidx.activity:activity-compose:1.6.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' // Compose implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1' - implementation 'androidx.compose.material3:material3:1.1.0-alpha03' + implementation 'androidx.compose.material3:material3:1.1.0-alpha04' implementation "androidx.compose.material:material-icons-extended:$compose_version" androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version" debugImplementation "androidx.compose.ui:ui-tooling:$compose_version" @@ -102,9 +102,9 @@ dependencies { implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0' // Room database - implementation 'androidx.room:room-runtime:2.4.3' - kapt "androidx.room:room-compiler:2.4.3" + implementation 'androidx.room:room-runtime:2.5.0' + kapt "androidx.room:room-compiler:2.5.0" - // Tesseract + // Tesseract OCR implementation 'cz.adaptech.tesseract4android:tesseract4android-openmp:4.3.0' } \ No newline at end of file diff --git a/build.gradle b/build.gradle index db50078f3..c4e6ef03c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - compose_version = '1.4.0-alpha03' + compose_version = '1.4.0-alpha04' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {