1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-28 10:40:47 +02:00

show build code in about page

This commit is contained in:
OliE
2017-12-17 17:59:45 +01:00
parent f465e4e8d9
commit 5cb4024aaa

View File

@@ -30,6 +30,6 @@ public class AboutPreferences extends PreferenceFragment {
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 + ")");
}
}