diff options
author | Akshay <aksh@google.com> | 2019-10-31 22:07:28 +0000 |
---|---|---|
committer | aksh <aksh@google.com> | 2019-10-31 22:09:10 +0000 |
commit | 86218a854ed9eb42f67bc1e527d494ff166c64f4 (patch) | |
tree | b38af44b708393a0f0e19d080f5168238b4cbefa | |
parent | 3b59835971d0fac0b05d38059d9bb3703cd53a2b (diff) |
DO NOT MERGE Set module versions to 299900000
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
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 249e510..9628b3f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -19,7 +19,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.networkstack" android:sharedUserId="android.uid.networkstack" - android:versionCode="290000000" + android:versionCode="299900000" android:versionName="2019-09" > |