version:1.0.1
fix: update:优化签名
This commit is contained in:
@@ -92,7 +92,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
UnisocS6688 {
|
UnisocS6688 {
|
||||||
storeFile file("keystore/UnisocS6688.jks")
|
storeFile file("keystore/UnisocS6688Userdebug.jks")
|
||||||
storePassword "123456"
|
storePassword "123456"
|
||||||
keyAlias "unisocs6688userdebug"
|
keyAlias "unisocs6688userdebug"
|
||||||
keyPassword "123456"
|
keyPassword "123456"
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="androidx.core.content.FileProvider"
|
||||||
android:authorities="com.uiuipad.appstore.fileprovider"
|
android:authorities="${applicationId}.fileprovider"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:grantUriPermissions="true">
|
android:grantUriPermissions="true">
|
||||||
<meta-data
|
<meta-data
|
||||||
|
|||||||
Reference in New Issue
Block a user