Skip to content

Commit

Permalink
Optimized build
Browse files Browse the repository at this point in the history
  • Loading branch information
SG-O committed Aug 14, 2022
1 parent 75b11c6 commit 81976f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
*/

// Load keystore
def keystorePropertiesFile = rootProject.file("keystore.properties");
def keystorePropertiesFile = rootProject.file("keystore.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

Expand All @@ -47,6 +47,7 @@ android {
multiDexEnabled false
signingConfig signingConfigs.release
proguardFiles 'proguard-rules.pro'
setProperty("archivesBaseName", applicationId + "-" + versionName)
}

buildTypes {
Expand Down

0 comments on commit 81976f9

Please sign in to comment.