mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Updated libraries
This commit is contained in:
parent
35d996bc4d
commit
195acc4bf2
1 changed files with 2 additions and 4 deletions
|
@ -73,13 +73,11 @@ dependencies {
|
|||
// https://developer.android.com/topic/libraries/architecture/adding-components.html
|
||||
// https://developer.android.com/jetpack/docs/release-notes
|
||||
|
||||
// https://github.com/open-keychain/openpgp-api
|
||||
|
||||
def androidx_version = "1.0.0"
|
||||
def constraintlayout_version = "1.1.3"
|
||||
def lifecycle_version = "2.0.0"
|
||||
def room_version = "2.0.0-rc01"
|
||||
def paging_version = "2.0.0-rc01"
|
||||
def room_version = "2.0.0"
|
||||
def paging_version = "2.0.0"
|
||||
def billingclient_version = "1.1"
|
||||
def javamail_version = "1.6.2"
|
||||
def jsoup_version = "1.11.3"
|
||||
|
|
Loading…
Reference in a new issue