Show Neo Store repository when click on App Version

This commit is contained in:
Saul Henriquez 2022-07-06 20:22:33 -05:00
parent 0f7b56d278
commit 3336109421

View File

@ -38,7 +38,7 @@ class PrefsOtherFragment : PrefsNavFragmentX() {
addText(
title = getString(R.string.application_name),
summary = "v ${BuildConfig.VERSION_NAME}",
url = "https://github.com/iamlooker/Droid-ify/"
url = "https://github.com/NeoApplications/Neo-Store/"
)
}
}