File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
14
14
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
15
15
ANNOTATION_VERSION = "1.1.0-alpha04"
16
16
ORCHESTRATOR_VERSION = "1.5.0-alpha03"
17
-
18
17
SERVICES_VERSION = "1.5.0-alpha04"
19
18
20
19
# Full maven artifact strings for apks.
Original file line number Diff line number Diff line change 19
19
xmlns : tools =" http://schemas.android.com/tools"
20
20
package =" androidx.test.services"
21
21
android : versionCode =" 2"
22
- android : versionName =" 1.5.0-alpha04 " >
22
+ android : versionName =" ${appVersion} " >
23
23
24
24
<uses-sdk
25
25
android : minSdkVersion =" 19"
Original file line number Diff line number Diff line change
1
+ load ("//build_extensions:axt_versions.bzl" , "SERVICES_VERSION" )
1
2
load ("//build_extensions/maven:axt_maven_apk.bzl" , "axt_maven_apk" )
2
3
load ("//build_extensions/maven:maven_artifact.bzl" , "maven_artifact" )
3
4
load ("@build_bazel_rules_android//android:rules.bzl" , "android_binary" )
@@ -25,6 +26,9 @@ android_binary(
25
26
licenses = ["permissive" ],
26
27
main_dex_proguard_specs = ["//build_extensions:mainDexClasses.rules" ],
27
28
manifest = "AndroidManifest.xml" ,
29
+ manifest_values = {
30
+ "appVersion" : SERVICES_VERSION ,
31
+ },
28
32
multidex = "legacy" , # to support android_fix_libs
29
33
proguard_specs = [
30
34
"//:proguard_binary.cfg" ,
You can’t perform that action at this time.
0 commit comments