Skip to content

Commit 4b565e9

Browse files
committed
fix(services): correct user agent for Flipcash
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 0036088 commit 4b565e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/flipcash/src/main/kotlin/com/flipcash/services/inject/FlipcashModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ internal object FlipcashModule {
6969
get() {
7070
val version =
7171
context.packageManager.getPackageInfo(context.packageName, 0).versionName
72-
return "Flipcash/Core/Android/$version"
72+
return "Flipcash/Android/$version"
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)