mirror of
https://github.com/Ashinch/ReadYou.git
synced 2024-12-21 23:44:08 +01:00
fix: user agent in build config (#914)
This commit is contained in:
parent
133f196430
commit
e0cd9acb03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user