Move version in apex_manifest

This is creating merge_conflict for wider incoming change.
By moving the version to the top and adding emptyline comment in the
json, we aim to facilitate the incoming topic to merge

Bug: 235892590
Ignore-AOSP-First: apex on internal only
Test: Build + TH
Merged-In: Ib198d65c7c653c6185120ec179f6c937b20ab51b
Change-Id: Ib198d65c7c653c6185120ec179f6c937b20ab51b
diff --git a/apex/apex_manifest.json b/apex/apex_manifest.json
index b97fc52..b8c2d59 100644
--- a/apex/apex_manifest.json
+++ b/apex/apex_manifest.json
@@ -1,6 +1,11 @@
 {
-  "name": "com.android.bluetooth",
   "version": 339990000,
+  "provideNativeLibs": [
+  ],
+  "provideSharedApexLibs": false,
+  "requireSharedApexLibs": [
+  ],
+  "name": "com.android.bluetooth",
   "requireNativeLibs": [
     "libaptX_encoder.so",
     "libaptXHD_encoder.so"