Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Fastjson
Commits
d0c2aa0b
Commit
d0c2aa0b
authored
10 years ago
by
{李彦慧}({026834})
Browse files
Options
Download
Email Patches
Plain Diff
1.1.46.android
parent
77eb3eff
android
1.1.157
1.1.71.android
1.1.68.android
1.1.67.android
1.1.66.android
1.1.65.android
1.1.64.android
1.1.63.android
1.1.62.android
1.1.61.android
1.1.60.android
1.1.59.android
1.1.58.android
1.1.57.android
1.1.56.android
1.1.55.android
1.1.54.android
1.1.53.android
1.1.52.android
1.1.51-android
1.1.50-android
1.1.49-android
1.1.48-android
1.1.47-android
1.1.46-android
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
pom.xml
src/main/java/com/alibaba/fastjson/JSON.java
+1
-1
src/main/java/com/alibaba/fastjson/JSON.java
with
2 additions
and
2 deletions
+2
-2
pom.xml
+
1
-
1
View file @
d0c2aa0b
...
...
@@ -12,7 +12,7 @@
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.1.4
5
.android
</version>
<version>
1.1.4
6
.android
</version>
<packaging>
jar
</packaging>
<name>
fastjson
</name>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/com/alibaba/fastjson/JSON.java
+
1
-
1
View file @
d0c2aa0b
...
...
@@ -689,5 +689,5 @@ public abstract class JSON implements JSONStreamAware, JSONAware {
}
}
public
final
static
String
VERSION
=
"1.1.4
5
"
;
public
final
static
String
VERSION
=
"1.1.4
6
"
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help