Update supportVersion libraries

This commit is contained in:
J-Jamet
2018-04-10 09:59:33 +02:00
parent 47e820e3d8
commit ccbc6c07ed

View File

@@ -65,7 +65,7 @@ android {
} }
} }
def supportVersion = "27.1.0" def supportVersion = "27.1.1"
def spongycastleVersion = "1.58.0.0" def spongycastleVersion = "1.58.0.0"
def permissionDispatcherVersion = "3.1.0" def permissionDispatcherVersion = "3.1.0"
@@ -86,11 +86,11 @@ dependencies {
// if you don't use android.app.Fragment you can exclude support for them // if you don't use android.app.Fragment you can exclude support for them
exclude module: "support-v13" exclude module: "support-v13"
} }
annotationProcessor "com.github.hotchemi:permissionsdispatcher-processor:$permissionDispatcherVersion"
// Apache Commons Collections // Apache Commons Collections
implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.1' implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.1'
// Base64 // Base64
implementation group: 'biz.source_code', name: 'base64coder', version: '2010-12-19' implementation group: 'biz.source_code', name: 'base64coder', version: '2010-12-19'
annotationProcessor "com.github.hotchemi:permissionsdispatcher-processor:$permissionDispatcherVersion"
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.1' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.1'
implementation group: 'com.google.guava', name: 'guava', version: '23.0-android' implementation group: 'com.google.guava', name: 'guava', version: '23.0-android'
} }