Update libs

This commit is contained in:
stom79 2018-09-26 13:56:45 +02:00
parent 8be7c202a9
commit ee1f141295
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 27 compileSdkVersion 28
buildToolsVersion "28.0.2" buildToolsVersion "28.0.3"
defaultConfig { defaultConfig {
applicationId "fr.gouv.etalab.mastodon" applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 27 targetSdkVersion 28
versionCode 144 versionCode 144
versionName "1.13.6" versionName "1.13.6"
} }
@ -41,10 +41,10 @@ allprojects {
maven { url "https://maven.google.com"} maven { url "https://maven.google.com"}
} }
} }
ext.supportLibraryVersion = '27.1.1' ext.supportLibraryVersion = '28.0.0'
ext.glideLibraryVersion = '4.6.1' ext.glideLibraryVersion = '4.8.0'
ext.conscryptLibraryVersion = '1.2.0' ext.conscryptLibraryVersion = '1.3.0'
ext.evernoteLibraryVersion = '1.3.0-alpha06' ext.evernoteLibraryVersion = '1.3.0-alpha07'
ext.gsonLibraryVersion = '2.8.2' ext.gsonLibraryVersion = '2.8.2'
ext.guavaLibraryVersion = '24.1-android' ext.guavaLibraryVersion = '24.1-android'
ext.photoViewLibraryVersion = '2.0.0' ext.photoViewLibraryVersion = '2.0.0'