v0.7.4: moved some build config details to the central gradle file
This commit is contained in:
@@ -9,6 +9,8 @@ android {
|
||||
//noinspection MinSdkTooLow
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 28
|
||||
versionCode appVersionCode
|
||||
versionName appVersionName
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -31,8 +33,4 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation project(':SPD-classes')
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user