Skip to content
Open
Show file tree
Hide file tree
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 cgeo-contacts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation 'commons-io:commons-io:2.5'

// Support Library AppCompat
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.appcompat:appcompat:1.6.1'

// Android annotations
implementation 'androidx.annotation:annotation:1.5.0'
Expand Down
2 changes: 1 addition & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ dependencies {
implementation "androidx.work:work-runtime:2.7.1"

// Support Library AppCompat
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.appcompat:appcompat:1.6.1'

// Support Library core (used for eg. HtmlCompat)
implementation 'androidx.core:core:1.8.0'
Expand Down