Checks for resource references where only literals are allowed
For the versionCode
attribute, you have to specify an actual integer literal; you cannot use an indirection with a @dimen/name
resource. Similarly, the versionName
attribute should be an actual string, not a string resource url.