Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Update dependency androidx.annotation:annotation to v1.7.0 #15

Merged
1 commit merged into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation("com.github.androidmads:QRGenerator:1.0.1")
implementation("com.tbuonomo:dotsindicator:5.0")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01")
implementation("androidx.annotation:annotation:1.6.0")
implementation("androidx.annotation:annotation:1.7.0")
implementation("com.facebook.shimmer:shimmer:0.5.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.journeyapps:zxing-android-embedded:4.3.0"){ isTransitive = false }
Expand Down