Move common app-provided dependencies to common.gradle (#3214)

This commit is contained in:
arkon
2020-05-17 16:50:53 -04:00
committed by GitHub
parent 5a08ce9dca
commit efc1877172
73 changed files with 27 additions and 307 deletions

View File

@ -9,9 +9,4 @@ ext {
libVersion = '1.2'
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}
apply from: "$rootDir/common.gradle"