Commit ea37ce6b by sikang

open TD

parent f81a88ce
......@@ -30,6 +30,8 @@ android {
dependencies {
if ("${tongdun_parent_key}".size() > 5 ) {
implementation(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
}else{
compileOnly(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
}
implementation project(':cash_plugin_toolbox')
......
......@@ -2,6 +2,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="tech.starwin">
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<!--写入SD卡-->
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment