Merge branch 'update-libs' of gitnex/GitNex into master

This commit is contained in:
6543 2019-10-12 17:13:43 +00:00 committed by Gitea
commit e296a83aab
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@ android {
}
dependencies {
def lifecycle_version = "2.2.0-alpha05"
def lifecycle_version = "2.2.0-beta01"
final def markwon_version = "4.1.1"
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0-alpha10'
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.12'