fix: ScriptListView not update when file created or deleted

This commit is contained in:
hyb1996
2017-09-26 23:46:59 +08:00
parent 7616634e40
commit 18e7fceac6
2 changed files with 22 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.stardust.scriptdroid"
minSdkVersion 17
targetSdkVersion 23
versionCode 202
versionName "3.0.0 Alpha3"
versionCode 203
versionName "3.0.0 Alpha4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
ndk {