Skip to content

Commit

Permalink
fix: user agent in build config (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 authored Dec 1, 2024
1 parent 133f196 commit e0cd9ac
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 e0cd9ac

Please sign in to comment.