Skip to content

Commit

Permalink
fix: user agent in build config
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Nov 30, 2024
1 parent 99eca4b commit 7da26d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
versionCode = 27
versionName = "0.11.1"

buildConfigField("String", "USER_AGENT_STRING", "\"ReadYou/${'$'}{versionName}(${versionCode})\"")
buildConfigField("String", "USER_AGENT_STRING", "\"ReadYou/${versionName}(${versionCode})\"")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 7da26d0

Please sign in to comment.