mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Force commons-codec 1.15
This commit is contained in:
parent
ca8b1a80da
commit
52a76538fe
@ -104,6 +104,13 @@ dependencies {
|
||||
|
||||
implementation 'com.github.tony19:logback-android:3.0.0'
|
||||
|
||||
implementation('commons-codec:commons-codec') {
|
||||
version {
|
||||
// use version 1.15 for compatibility reasons
|
||||
strictly '1.15'
|
||||
}
|
||||
}
|
||||
|
||||
// testing dependencies
|
||||
testImplementation "junit:junit:$project.junitVersion"
|
||||
testImplementation "org.mockito:mockito-core:$project.mockitoVersion"
|
||||
|
Loading…
Reference in New Issue
Block a user