mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-29 02:59:57 +02:00
show build code in about page
This commit is contained in:
@@ -30,6 +30,6 @@ public class AboutPreferences extends PreferenceFragment {
|
|||||||
|
|
||||||
addPreferencesFromResource(R.xml.about_preferences);
|
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 + ")");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user