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

Change-Id: I5b61aded404b0cdbf8b71f2e9d34f9b9904474d6
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c3f6a65..6707e78 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,7 +17,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
     package="android.ext.services"
-    android:versionCode="290000000"
+    android:versionCode="299900000"
     android:versionName="2019-09"
     coreApp="true">