瀏覽代碼

Revert change

Lucas Lima 2 年之前
父節點
當前提交
975c588cf9
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      platform/android/export/export_plugin.cpp

+ 1 - 2
platform/android/export/export_plugin.cpp

@@ -2639,8 +2639,7 @@ Error EditorExportPlatformAndroid::export_project_helper(const Ref<EditorExportP
 			}
 			if (user_data.libs.size() > 0) {
 				Ref<FileAccess> fa = FileAccess::open(GDNATIVE_LIBS_PATH, FileAccess::WRITE);
-				JSON json;
-				fa->store_string(json.stringify(user_data.libs, "\t"));
+				fa->store_string(JSON::stringify(user_data.libs, "\t"));
 			}
 		} else {
 			print_verbose("Saving apk expansion file..");