Refactor: Move OpenStreetMap User-Agent to Constants

This commit is contained in:
daplugg23
2026-02-04 20:35:06 -06:00
parent 1e6e9ada62
commit 08610ee398
2 changed files with 2 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ object Constants {
val SNAPCHAT_PACKAGE_NAME get() = "com.snapchat.android"
val MODULE_PACKAGE_NAME get() = BuildConfig.APPLICATION_ID
const val USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.3"
const val OSM_USER_AGENT = "PurrfectSnap/1.0"
}