From 36703c46b11a2300cdbba219628fc63be5bde7c3 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 22 Sep 2022 15:41:11 +0200 Subject: Scanning and start gen --- app/build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index e945c07..4e93c0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,12 +36,13 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1' api "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' - implementation 'androidx.navigation:navigation-fragment:2.3.5' - implementation 'androidx.navigation:navigation-ui:2.3.5' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' + implementation 'androidx.navigation:navigation-fragment:2.5.2' + implementation 'androidx.navigation:navigation-ui:2.5.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' + implementation 'com.journeyapps:zxing-android-embedded:4.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file -- cgit v1.3.1