Skip to content

Commit

Permalink
Gradle typo and change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindavee committed Aug 3, 2017
1 parent 8721330 commit 579fa1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ android {
signingConfigs {
release {
storeFile rootProject.file("app/teckaline-release-key.keystore")
storePassword system.getProperty("TECKALINE_RELEASE_STORE_PASSWORD")
keyAlias system.getProperty("TECKALINE_RELEASE_KEY_ALIAS")
keyPassword system.getProperty("TECKALINE_RELEASE_KEY_PASSWORD")
storePassword System.getProperty("TECKALINE_RELEASE_STORE_PASSWORD")
keyAlias System.getProperty("TECKALINE_RELEASE_KEY_ALIAS")
keyPassword System.getProperty("TECKALINE_RELEASE_KEY_PASSWORD")
}
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "TeckalineApp",
"displayName": "TeckalineApp"
"displayName": "Teckaline"
}

0 comments on commit 579fa1e

Please sign in to comment.