Skip to content

Commit

Permalink
show build code in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Dec 17, 2017
1 parent f465e4e commit 5cb4024
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public void onCreate(Bundle savedInstanceState) {

addPreferencesFromResource(R.xml.about_preferences);

findPreference(KEY_APP_VERSION).setSummary("v" + BuildConfig.VERSION_NAME);
findPreference(KEY_APP_VERSION).setSummary("v" + BuildConfig.VERSION_NAME + " (" + BuildConfig.VERSION_CODE + ")");
}
}

0 comments on commit 5cb4024

Please sign in to comment.