Skip to content

Commit

Permalink
* codinguser#876 - Fix NPE when type switching on a new transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Yu committed May 29, 2020
1 parent 7ec717d commit f908b2e
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 @@ -105,7 +105,7 @@ android {
applicationId 'org.gnucash.android.devel'
testApplicationId 'org.gnucash.android.devel.test'
resValue "string", "app_name", "GnuCash-devel"
versionName "${versionMajor}.${versionMinor}.${versionPatch}-dev${versionBuild}_r${gitSha()}"
versionName "${versionMajor}.${versionMinor}.${versionPatch}-dev${versionBuild}_${gitSha()}"
resValue "string", "app_version_name", "${versionName}"

resValue "string", "dropbox_app_key", "dhjh8ke9wf05948"
Expand Down

0 comments on commit f908b2e

Please sign in to comment.