We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08174b commit 2d61aa2Copy full SHA for 2d61aa2
components/service/glean/build.gradle
@@ -11,6 +11,8 @@ android {
11
defaultConfig {
12
minSdkVersion Config.minSdkVersion
13
targetSdkVersion Config.targetSdkVersion
14
+
15
+ buildConfigField("String", "LIBRARY_VERSION", "\"" + Config.componentsVersion + "\"")
16
}
17
18
buildTypes {
0 commit comments