Update dependencies
This commit is contained in:
parent
4f25c5da1c
commit
5d0988ec89
|
@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
- Updated Catalan translation thanks to Raul ([@raulvo](https://hosted.weblate.org/user/raulvo/)).
|
||||
- Updated Portuguese translations thanks to APL ([@APL](https://hosted.weblate.org/user/APL/)) and Caetano Santos (@caeslucio).
|
||||
- Updated Italian translation thanks to Lucio Marinelli (@luciomarinelli).
|
||||
- Updated dependencies (okhttp, conscrypt).
|
||||
|
||||
|
||||
## [0.5.13] - 2021-02-23
|
||||
|
|
|
@ -43,9 +43,9 @@ dependencies {
|
|||
|
||||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||
runtimeOnly 'com.github.tony19:logback-android:2.0.0'
|
||||
implementation 'org.conscrypt:conscrypt-android:2.5.1'
|
||||
implementation 'org.conscrypt:conscrypt-android:2.5.2'
|
||||
//noinspection GradleDependency: 3.12.* is the latest version compatible with Android <5
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||
implementation 'com.gitlab.xynngh:LibPhoneNumberInfo:5b0b9fcbee'
|
||||
implementation 'org.apache.commons:commons-csv:1.8'
|
||||
|
||||
|
|
Loading…
Reference in New Issue