Change versionCode values for APEX

The versionCode scheme is unclear so using low numbers
so we can switch to a better scheme later without eating
through number space.

Bug: 122719407
Test: build only
Change-Id: I69729ad6761fb678ae69712f678743635be53511
diff --git a/apex/manifest.json b/apex/manifest.json
index 73116c5..a088815 100644
--- a/apex/manifest.json
+++ b/apex/manifest.json
@@ -1,4 +1,4 @@
 {
   "name": "com.android.tzdata",
-  "version": 31000010
+  "version": 1
 }
diff --git a/testing/data/test1/apex/manifest.json b/testing/data/test1/apex/manifest.json
index b317abb..05d634a 100644
--- a/testing/data/test1/apex/manifest.json
+++ b/testing/data/test1/apex/manifest.json
@@ -1,4 +1,4 @@
 {
   "name": "com.android.tzdata",
-  "version": 1000000001
+  "version": 2
 }