v0.7.4: moved some build config details to the central gradle file

This commit is contained in:
Evan Debenham
2019-07-13 23:08:34 -04:00
parent a02a34feaf
commit b6a05519c5
3 changed files with 17 additions and 11 deletions

View File

@@ -8,10 +8,3 @@ android {
minSdkVersion 9
}
}
dependencies {
repositories {
google()
jcenter()
}
}