feat(editor): auto indent

This commit is contained in:
hyb1996
2018-02-25 18:02:44 +08:00
parent 451960008a
commit 445bcfa462
6 changed files with 110 additions and 7 deletions

View File

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