Commit e14e1495 by 郑娜伟

common 添加英文 发布1.2.4

parent d38d1bab
......@@ -14,15 +14,15 @@ dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
compileOnly 'com.squareup.okhttp3:okhttp:3.12.0'
compileOnly 'com.android.support:appcompat-v7:28.0.0'
api project(':sobot_utils')
api project(':sobot_pictureframe')
api project(':sobot_network')
api project(':sobot_gson')
// api project(':sobot_utils')
// api project(':sobot_pictureframe')
// api project(':sobot_network')
// api project(':sobot_gson')
// api 'com.sobot.library:utils:1.1.1'
// api 'com.sobot.library:picture:1.1.4'
// api 'com.sobot.library:net:1.1.5'
// api 'com.sobot.library:gson:1.1.1'
api 'com.sobot.library:utils:1.1.1'
api 'com.sobot.library:picture:1.1.4'
api 'com.sobot.library:net:1.1.5'
api 'com.sobot.library:gson:1.1.1'
// api 'com.sobot.library:utils:1.1.1'
// api 'com.sobot.library:picture_x:1.1.4'
......
......@@ -13,7 +13,7 @@ ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名
// PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION = '1.2.3' //版本号
PUBLISH_VERSION = '1.2.4' //版本号
}
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="sobot_no_permission_text">You are not authorized to do so</string>
<string name="sobot_go_setting">To set up</string>
<string name="sobot_btn_submit">Submit</string>
<string name="sobot_btn_cancle">Cancel</string>
<string name="sobot_no_write_external_storage_permission">No write external storage permission</string>
<string name="sobot_no_record_audio_permission">Unable to record</string>
<string name="sobot_no_camera_permission">No camera permission</string>
<string name="sobot_want_use_your"> want to visit yours </string>
<string name="sobot_memory_card">File</string>
<string name="sobot_memory_card_yongtu">You can send pictures, videos and files to describe the problem when you consult customer service and leave a message</string>
<string name="sobot_camera">Camera</string>
<string name="sobot_camera_yongtu">You can send photos and videos for help when consulting customer service and leaving a message</string>
</resources>
\ No newline at end of file
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