|
|
|
@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
|
|
|
|
|
apply plugin: 'com.getkeepsafe.dexcount' |
|
|
|
|
|
|
|
|
|
android { |
|
|
|
|
compileSdkVersion 25 |
|
|
|
|
buildToolsVersion '25.0.3' |
|
|
|
|
compileSdkVersion project.targetSdkVersion |
|
|
|
|
buildToolsVersion project.buildToolsVersion |
|
|
|
|
|
|
|
|
|
defaultConfig { |
|
|
|
|
minSdkVersion 14 |
|
|
|
|
targetSdkVersion 25 |
|
|
|
|
minSdkVersion project.minSdkVersion |
|
|
|
|
targetSdkVersion project.targetSdkVersion |
|
|
|
|
versionName project.versionName |
|
|
|
|
vectorDrawables.useSupportLibrary = true |
|
|
|
|
} |
|
|
|
|