aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <aksh@google.com>2019-10-25 15:58:03 -0700
committerAkshay Thakker <aksh@google.com>2019-10-28 17:55:53 +0000
commitbff4d99f6b02323c7e0002c0963d31bd19e30ce5 (patch)
tree294c4f9d74f7d0428d577199a209e95c1a3f6973
parent0347b62b5c63e902c8f91ae1693793bd946ae39f (diff)
downloadconscrypt-android10-qpr3-release.tar.gz
Dev branch modules need to have a super high version code so that they can be sideloaded on any device running any version of modules. Bug:143377911 Change-Id: If3cd5f3c356baaaab731435aa712e8ee1c86e849
-rw-r--r--apex/apex_manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/apex_manifest.json b/apex/apex_manifest.json
index 9c7c52ab..03a903ec 100644
--- a/apex/apex_manifest.json
+++ b/apex/apex_manifest.json
@@ -1,4 +1,4 @@
{
"name": "com.android.conscrypt",
- "version": 290000000
+ "version": 299900000
}