File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ android {
1111 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1212 }
1313
14- // signingConfigs {
15- // releaseSign { //正式签名
16- // keyAlias KEY_ALIAS
17- // keyPassword KEY_PASSWORD
18- // storeFile file(STORE_FILE)
19- // storePassword STORE_PASSWORD
20- // }
21- // }
14+ signingConfigs {
15+ releaseSign { // 正式签名
16+ keyAlias KEY_ALIAS
17+ keyPassword KEY_PASSWORD
18+ storeFile file(STORE_FILE )
19+ storePassword STORE_PASSWORD
20+ }
21+ }
2222
2323 buildTypes { // 构建的类型方式
2424 release {
@@ -28,7 +28,7 @@ android {
2828 minifyEnabled true // 编译时是否混淆
2929 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
3030
31- // signingConfig signingConfigs.releaseSign //签名信息
31+ signingConfig signingConfigs. releaseSign // 签名信息
3232 }
3333 }
3434}
Original file line number Diff line number Diff line change 22
33
44
5+ ## 1.0.3 2020-03-03
6+
7+ 1 . 增加GPS定位检测功能
8+ ``` PermissionManager.openGPSLocation() ```
9+ 2 . 小米、华为、oppo、vivo、魅族手机支持直接跳转到权限授权界面
10+ 3 . 优化已知bug
11+
12+
13+
514## 1.0.2 2019-11-09
615
716+ PermissionCallback回调方法修改为IPermissionCallback
You can’t perform that action at this time.
0 commit comments