v0.7.0: added proper dependancy declaration to spd-classes

This commit is contained in:
Evan Debenham 2018-08-03 20:56:40 -04:00
parent 61787086e3
commit a818a3ecce

View File

@ -29,4 +29,11 @@ android {
}
}
}
dependencies {
repositories {
google()
jcenter()
}
}