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
5c15a17134
commit
dfc172a240
1 changed files with 4 additions and 4 deletions
|
@ -195,14 +195,14 @@ configurations.all {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
def core_version = "1.5.0-alpha03"
|
def core_version = "1.5.0-alpha04"
|
||||||
def appcompat_version = "1.3.0-alpha02"
|
def appcompat_version = "1.3.0-alpha02"
|
||||||
def activity_version = "1.2.0-beta01"
|
def activity_version = "1.2.0-beta01"
|
||||||
def fragment_version = "1.3.0-beta01"
|
def fragment_version = "1.3.0-beta01"
|
||||||
def recyclerview_version = "1.2.0-alpha06"
|
def recyclerview_version = "1.2.0-alpha06"
|
||||||
def coordinatorlayout_version = "1.1.0"
|
def coordinatorlayout_version = "1.1.0"
|
||||||
def constraintlayout_version = "2.0.2" // 2.0.0-beta3
|
def constraintlayout_version = "2.0.2"
|
||||||
def material_version = "1.3.0-alpha02" // 1.3.0-alpha01
|
def material_version = "1.3.0-alpha03"
|
||||||
def browser_version = "1.3.0-alpha06"
|
def browser_version = "1.3.0-alpha06"
|
||||||
def lbm_version = "1.0.0"
|
def lbm_version = "1.0.0"
|
||||||
def swiperefresh_version = "1.2.0-alpha01"
|
def swiperefresh_version = "1.2.0-alpha01"
|
||||||
|
@ -220,7 +220,7 @@ dependencies {
|
||||||
def billingclient_version = "3.0.1"
|
def billingclient_version = "3.0.1"
|
||||||
def javamail_version = "1.6.5"
|
def javamail_version = "1.6.5"
|
||||||
def jsoup_version = "1.13.1"
|
def jsoup_version = "1.13.1"
|
||||||
def css_version = "0.9.27"
|
def css_version = "0.9.28"
|
||||||
def jax_version = "2.3.0-jaxb-1.0.6"
|
def jax_version = "2.3.0-jaxb-1.0.6"
|
||||||
def dnsjava_version = "2.1.9"
|
def dnsjava_version = "2.1.9"
|
||||||
def openpgp_version = "12.0"
|
def openpgp_version = "12.0"
|
||||||
|
|
Loading…
Reference in a new issue