diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-09-22 15:41:11 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-09-22 15:41:11 +0200 |
| commit | 36703c46b11a2300cdbba219628fc63be5bde7c3 (patch) | |
| tree | 4faba605b2284c8e1cfb263a5f464935c1201fd0 /app/build.gradle | |
| parent | 7a012fedd21a03a26bb40fdf8a91315b6c512ec9 (diff) | |
| download | lector-de-codi-36703c46b11a2300cdbba219628fc63be5bde7c3.tar.gz lector-de-codi-36703c46b11a2300cdbba219628fc63be5bde7c3.tar.zst lector-de-codi-36703c46b11a2300cdbba219628fc63be5bde7c3.zip | |
Scanning and start gen
Diffstat (limited to 'app/build.gradle')
| -rw-r--r-- | app/build.gradle | 9 |
1 files changed, 5 insertions, 4 deletions
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 |
