mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-10 21:14:04 +08:00
feat: lots of changes
- add BuildConfigWrapper - add project promote - add ci version tag support - change app analytics config item show when available - fix system api compat issues
This commit is contained in:
9
module-app/src/main/res/xml/locales_config.xml
Normal file
9
module-app/src/main/res/xml/locales_config.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<locale android:name="en" />
|
||||
<locale android:name="ja" />
|
||||
<locale android:name="zh-Hans-CN" />
|
||||
<locale android:name="zh-Hant-HK" />
|
||||
<locale android:name="zh-Hant-MO" />
|
||||
<locale android:name="zh-Hant-TW" />
|
||||
</locale-config>
|
Reference in New Issue
Block a user