mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 13:48:58 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
9d893757be
1 changed files with 2 additions and 1 deletions
|
@ -526,7 +526,7 @@ dependencies {
|
||||||
def recyclerview_version = "1.3.2" // 1.4.0-alpha01
|
def recyclerview_version = "1.3.2" // 1.4.0-alpha01
|
||||||
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
def coordinatorlayout_version = "1.2.0" // 1.3.0-alpha02
|
||||||
def constraintlayout_version = "2.1.4" // 2.2.0-alpha13
|
def constraintlayout_version = "2.1.4" // 2.2.0-alpha13
|
||||||
def material_version = "1.10.0" // 1.11.0-alpha01
|
def material_version = "1.11.0" // 1.11.0-alpha01
|
||||||
def browser_version = "1.7.0" // 1.8.0-beta01
|
def browser_version = "1.7.0" // 1.8.0-beta01
|
||||||
def lbm_version = "1.1.0"
|
def lbm_version = "1.1.0"
|
||||||
def swiperefresh_version = "1.2.0-alpha01"
|
def swiperefresh_version = "1.2.0-alpha01"
|
||||||
|
@ -580,6 +580,7 @@ dependencies {
|
||||||
implementation "androidx.startup:startup-runtime:$startup_version"
|
implementation "androidx.startup:startup-runtime:$startup_version"
|
||||||
|
|
||||||
// https://developer.android.com/jetpack/androidx/releases/
|
// https://developer.android.com/jetpack/androidx/releases/
|
||||||
|
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
|
||||||
fdroidImplementation "com.google.code.findbugs:jsr305:3.0.2"
|
fdroidImplementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation "androidx.annotation:annotation-experimental:$annotation_version_experimental"
|
implementation "androidx.annotation:annotation-experimental:$annotation_version_experimental"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue