mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update supportVersion libraries
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user