fix: JSON.stringify() throws StackOverflow for Java objects

This commit is contained in:
hyb1996
2017-11-02 15:27:49 +08:00
parent 9b9b37b940
commit 37445b7905
8 changed files with 546 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.stardust.scriptdroid"
minSdkVersion 17
targetSdkVersion 23
versionCode 218
versionName "3.0.0 Alpha18"
versionCode 219
versionName "3.0.0 Alpha19"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
ndk {