This commit is contained in:
hyb1996
2017-05-06 21:42:18 +08:00
parent ed2ebe1599
commit 840bb56528
83 changed files with 110 additions and 442 deletions

View File

@@ -9,10 +9,13 @@ android {
applicationId "com.stardust.scriptdroid"
minSdkVersion 19
targetSdkVersion 23
versionCode 120
versionName "2.0.9 Beta"
versionCode 121
versionName "2.0.9b Beta"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
ndk {
abiFilters 'armeabi-v7a'
}
}
buildTypes {
release {
@@ -62,7 +65,7 @@ android {
enableForInstantRun = false
teamCitySlug = null
runOnEachAssemble = true
maxMethodCount = 64000
maxMethodCount = 128000
}
configurations.all {
resolutionStrategy.force 'com.google.code.findbugs:jsr305:3.0.1'