diff --git a/app/build.gradle b/app/build.gradle index c091673..9160832 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,14 @@ apply plugin: 'com.android.application' android { + signingConfigs { + config { + keyAlias 'brandking' + keyPassword 'eagle1018' + storeFile file('/home/ubt/workspaces/workspace_as/BrandKing/key/key.jks') + storePassword 'eagle1018' + } + } compileSdkVersion 26 defaultConfig { applicationId "me.bello.brandking"