Bump appcompat from 1.2.0 to 1.3.0

Bumps appcompat from 1.2.0 to 1.3.0.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-19 06:51:23 +00:00 committed by Niedermann IT-Dienstleistungen
parent 0589fd5cdf
commit a967b486e0
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ dependencies {
implementation project(path: ':markdown')
// Android X
implementation "androidx.appcompat:appcompat:1.2.0"
implementation "androidx.appcompat:appcompat:1.3.0"
implementation "androidx.fragment:fragment:1.3.3"
implementation "androidx.preference:preference:1.1.1"
implementation "androidx.recyclerview:recyclerview:1.2.0"

View file

@ -30,7 +30,7 @@ dependencies {
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6'
implementation 'com.github.stefan-niedermann:android-commons:0.2.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation "androidx.lifecycle:lifecycle-livedata:2.3.1"
implementation 'org.jsoup:jsoup:1.13.1'