feat(ui): supports adding or removing breakpoint on debug

This commit is contained in:
hyb1996
2018-09-08 20:22:26 +08:00
parent 031fc56131
commit 94a17c3118
7 changed files with 75 additions and 19 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "org.autojs.autojs"
minSdkVersion 17
targetSdkVersion 23
versionCode 408
versionName "4.0.2 Alpha3"
versionCode 409
versionName "4.0.2 Alpha4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
ndk {