mirror of
https://github.com/Ashinch/ReadYou.git
synced 2024-12-22 07:55:23 +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
|
versionCode = 27
|
||||||
versionName = "0.11.1"
|
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"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
Loading…
Reference in New Issue
Block a user