mirror of https://github.com/BOINC/boinc.git
Add Apache Commons Codec library.
This commit is contained in:
parent
ce367322eb
commit
cffcad6d2e
|
@ -138,6 +138,7 @@ dependencies {
|
|||
implementation 'androidx.core:core-ktx:1.2.0'
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
implementation 'commons-codec:commons-codec:1.14'
|
||||
implementation 'commons-io:commons-io:2.7'
|
||||
implementation 'org.apache.commons:commons-lang3:3.10'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
|
|
Loading…
Reference in New Issue