mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Refactoring
This commit is contained in:
parent
58dd65d273
commit
ba0aee11c1
1 changed files with 2 additions and 1 deletions
|
@ -512,6 +512,7 @@ configurations.configureEach {
|
|||
dependencies {
|
||||
//implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
def desugar_version = "2.0.4"
|
||||
def startup_version = "1.1.1" // 1.2.0-alpha02
|
||||
def annotation_version_experimental = "1.3.1" // 1.4.0-beta01
|
||||
def core_version = "1.12.0" // 1.13.0-alpha02
|
||||
|
@ -573,7 +574,7 @@ dependencies {
|
|||
def tinylog_version = "2.6.2"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.android.tools/desugar_jdk_libs?repo=google
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$desugar_version"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/startup
|
||||
implementation "androidx.startup:startup-runtime:$startup_version"
|
||||
|
|
Loading…
Reference in a new issue