v0.7.0: added proper dependancy declaration to spd-classes
This commit is contained in:
parent
61787086e3
commit
a818a3ecce
|
@ -29,4 +29,11 @@ android {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
jcenter()
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user