diff --git a/app/build.gradle b/app/build.gradle index 55d3c01..dd13644 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ android { } UnisocS6688 { - storeFile file("keystore/UnisocS6688.jks") + storeFile file("keystore/UnisocS6688Userdebug.jks") storePassword "123456" keyAlias "unisocs6688userdebug" keyPassword "123456" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bbd6550..fd195c8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -132,7 +132,7 @@