Browse Source

优化jmsdk支付
优化jrtt日志

yhz 5 years ago
parent
commit
a99a16f089

+ 1 - 1
config_utils.py

@@ -39,7 +39,7 @@ def checkChannelConfig(config):
     if 'clearCache' not in config:
         config['clearCache'] = True
     if 'aapt2disable' not in config:
-        config['aapt2disable'] = False
+        config['aapt2disable'] = True
     if 'v2disable' not in config:
         config['v2disable'] = False
     if 'screenOrientation' not in config:

+ 1 - 1
config_utils_record.py

@@ -36,7 +36,7 @@ def checkChannelConfig(config):
     if 'clearCache' not in config:
         config['clearCache'] = True
     if 'aapt2disable' not in config:
-        config['aapt2disable'] = False
+        config['aapt2disable'] = True
     if 'v2disable' not in config:
         config['v2disable'] = False
     if 'screenOrientation' not in config:

+ 1 - 1
config_utils_shanshen.py

@@ -30,7 +30,7 @@ def checkChannelConfig(config):
     if 'clearCache' not in config:
         config['clearCache'] = True
     if 'aapt2disable' not in config:
-        config['aapt2disable'] = False
+        config['aapt2disable'] = True
     if 'v2disable' not in config:
         config['v2disable'] = False
     if 'outName' not in config:

BIN
log_sdk/jrtt/jrtt.jar


BIN
sdk/jm/libs/jm_sdk_20190821.jar


+ 1 - 1
打包参数.txt

@@ -13,7 +13,7 @@
 	"versionName":"1.2.0",//版本号,可选
 	"targetSdkVersion":22,//安卓适配的目标版本,可选
 	"v2disable":"true",//是否禁用v2签名,可选,默认false
-	"aapt2disable":"false",//是否禁用aapt2,可选,默认false
+	"aapt2disable":"false",//是否禁用aapt2,可选,默认true
 	"icon":"/data/20180807/2a926665b167029844170812307a94fa.png",//icon路径
 	"splash":"/data/20180807/cf9251ac587c85eeb35137f6df8617c1.jpg",//启动图路径
 	"copyList":[//资源路径