Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #27

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update fastjson version
  • Loading branch information
majorhe authored and qqeasonchen committed Jul 16, 2020
commit f9f4e132ba0e8ac2dc78e5dcd18c586e31cdc814
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ subprojects {
]

List fastjson = [
"com.alibaba:fastjson:1.2.61"
"com.alibaba:fastjson:1.2.71"
]

List common_io = [
Expand Down