Skip to content

Commit

Permalink
small clean-up in gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Sep 29, 2018
1 parent 8d5a44c commit 60a4081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
targetSdkVersion versions.compileSdk
versionCode versions.versionCode
versionName versions.versionName
buildConfigField 'String', 'GIT_SHA', "\"${gitSha}\""
buildConfigString 'GIT_SHA', gitSha

resConfigs 'ar', 'de', 'en', 'es', 'fr', 'hr', 'in', 'it', 'iw-rIL', 'ja', 'pl', 'pt-rBR', 'pt-rPT', 'ru', 'sv', 'tr', 'uk', 'vi', 'zh-rCN'
}
Expand Down

0 comments on commit 60a4081

Please sign in to comment.