From 5ed2c9d806227183ea2096d86e3cca889f80c7c7 Mon Sep 17 00:00:00 2001 From: ColinTree <502470184@qq.com> Date: Sun, 23 Dec 2018 11:51:12 +0800 Subject: [PATCH] Upgrade version code to 3 --- JsonUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsonUtils.java b/JsonUtils.java index 5fc6eca..cc83a8c 100644 --- a/JsonUtils.java +++ b/JsonUtils.java @@ -24,7 +24,7 @@ version = JsonUtils.VERSION) public class JsonUtils extends AndroidNonvisibleComponent { - public static final int VERSION = 2; + public static final int VERSION = 3; public JsonUtils(ComponentContainer container) { super(container.$form());