diff --git a/notifyApp/app/build.gradle b/notifyApp/app/build.gradle index 69afe8c..5b56e29 100644 --- a/notifyApp/app/build.gradle +++ b/notifyApp/app/build.gradle @@ -3,7 +3,7 @@ android { signingConfigs { release { - storeFile file('/home/ubt/workspaces/workspack_third/NotifyInfo/notifyApp/key.jks') + storeFile file('../key.jks') storePassword 'eagle2019' keyAlias = 'notify' keyPassword 'eagle2019'