mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 23:16:37 +00:00
Refactoring
This commit is contained in:
parent
176aa6d24b
commit
72956170b2
1 changed files with 3 additions and 3 deletions
|
@ -260,10 +260,10 @@ dependencies {
|
|||
def startup_version = "1.1.0"
|
||||
def annotation_version = "1.1.0"
|
||||
def core_version = "1.6.0"
|
||||
def shortcuts_version = "1.0.0"
|
||||
def appcompat_version = "1.3.1"
|
||||
def activity_version = "1.3.1"
|
||||
def fragment_version = "1.3.6"
|
||||
def shortcuts_version = "1.0.0"
|
||||
def webkit_version = "1.4.0"
|
||||
def recyclerview_version = "1.2.1"
|
||||
def coordinatorlayout_version = "1.1.0"
|
||||
|
@ -312,16 +312,16 @@ dependencies {
|
|||
implementation "androidx.annotation:annotation-experimental:$annotation_version"
|
||||
|
||||
// https://mvnrepository.com/artifact/androidx.core/core
|
||||
// https://mvnrepository.com/artifact/androidx.core/core-google-shortcuts
|
||||
implementation "androidx.core:core:$core_version"
|
||||
implementation "androidx.core:core-google-shortcuts:$shortcuts_version"
|
||||
|
||||
// https://mvnrepository.com/artifact/androidx.appcompat/appcompat
|
||||
// https://mvnrepository.com/artifact/androidx.activity/activity
|
||||
// https://mvnrepository.com/artifact/androidx.fragment/fragment
|
||||
// https://mvnrepository.com/artifact/androidx.core/core-google-shortcuts
|
||||
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
||||
implementation "androidx.activity:activity:$activity_version"
|
||||
implementation "androidx.fragment:fragment:$fragment_version"
|
||||
implementation "androidx.core:core-google-shortcuts:$shortcuts_version"
|
||||
|
||||
// https://developer.android.com/jetpack/androidx/releases/webkit
|
||||
// https://mvnrepository.com/artifact/androidx.webkit/webkit
|
||||
|
|
Loading…
Reference in a new issue