version:1.0.1

fix:
update:优化签名
This commit is contained in:
2023-12-21 10:18:48 +08:00
parent 8eb995ec7d
commit 4d9c4bab57
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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