Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
喻凯 committed Jun 21, 2019
1 parent d8e9fbd commit 089dcf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion permission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ group = "com.paozhuanyinyu"
//发布到JCenter上的项目名字,必须填写
def libName = "XPermission"
// 版本号,下次更新是只需要更改版本号即可
version = "1.1.5"
version = "1.1.6"
/** 上面配置后上传至jcenter后的编译路径是这样的: compile 'cn.bluemobi.dylan:sqlitelibrary:1.0' **/

//生成源文件
Expand Down
20 changes: 10 additions & 10 deletions permission/src/main/res/values/xpermission_strings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hint">提示</string>
<string name="confirm">确定</string>
<string name="cancel">取消</string>
<string name="go_to_set">去设置</string>
<string name="message">您拒绝了%s授权,如果您想恢复授权,请去设置界面设置</string>
<!--<string name="hint">Hint</string>-->
<!--<string name="confirm">Confirm</string>-->
<!--<string name="cancel">Cancel</string>-->
<!--<string name="go_to_set">Set</string>-->
<!--<string name="message">You rejected the permission: %s .If you want to allow the access now, please go to Settings.</string>-->
<!--<string name="hint">提示</string>-->
<!--<string name="confirm">确定</string>-->
<!--<string name="cancel">取消</string>-->
<!--<string name="go_to_set">去设置</string>-->
<!--<string name="message">您拒绝了%s授权,如果您想恢复授权,请去设置界面设置</string>-->
<string name="hint">Hint</string>
<string name="confirm">Confirm</string>
<string name="cancel">Cancel</string>
<string name="go_to_set">Set</string>
<string name="message">You rejected the permission: %s .If you want to allow the access now, please go to Settings.</string>
</resources>

0 comments on commit 089dcf5

Please sign in to comment.