File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -161,15 +161,16 @@ class LoginActivity: AppCompatActivity() {
161161
162162``` gradle
163163communicationConfig{
164- exportModuleName = "communication"
165164 exposeResIds.addAll(arrayOf(
166165 "R.drawable.login_logo",
167166 "R.string.login_text",
168167 "R.array.weekname",
169168 "R.style.AppTheme2",
169+ "R.id.icon_upi_close",
170170 "R.color.color_theme",
171171 "R.color.color_white_both"
172172 ))
173+ //直接可以输入 assets 下的文件夹或者文件路径即可
173174 exposeAssets.addAll(arrayOf(
174175 "matching",
175176 "swipe_like"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ communicationConfig{
1616 " R.color.color_theme" ,
1717 " R.color.color_white_both"
1818 ))
19+ // 直接可以输入 assets 下的文件夹或者文件路径即可
1920 exposeAssets.addAll(arrayOf(
2021 " matching" ,
2122 " swipe_like"
You can’t perform that action at this time.
0 commit comments