fix exception when captureScreen called frequently

This commit is contained in:
hyb1996
2017-06-28 15:21:03 +08:00
parent 97ff7e49a1
commit a363d140da
3 changed files with 73 additions and 17 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.stardust.scriptdroid"
minSdkVersion 19
targetSdkVersion 23
versionCode 139
versionName "2.0.13 Alpha2"
versionCode 140
versionName "2.0.13 Alpha3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
ndk {