同步3.1.0修改

This commit is contained in:
jiaguofeng
2023-09-01 19:47:54 +08:00
parent 43f99b3043
commit 62257acf05
40 changed files with 899 additions and 593 deletions

View File

@@ -4,5 +4,5 @@ public class Common {
static {
System.loadLibrary("common");
}
public native void setCfgKeyVal(String key, String val);
// public native void setCfgKeyVal(String key, String val);
}