commit | 281d40c8d8de63e5221f3519f05a62b89e3f674b | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Sun Dec 08 09:55:13 2019 -0800 |
committer | Baligh Uddin <baligh@google.com> | Sun Dec 08 09:55:13 2019 -0800 |
tree | 96804f7573b9e3cd7ed3c226df09287a2435b11a | |
parent | a463ade423379a54990dcf8bbc0fcdde7eeeed90 [diff] |
Fix tethering apex version to be 30xxxx series, not 29xxxx BUG: 143747402 Change-Id: Ic1c10100837879a3b4337c7df6cfb36aea8c33c9
diff --git a/Tethering/apex/manifest.json b/Tethering/apex/manifest.json index 3fb62f3..078302a 100644 --- a/Tethering/apex/manifest.json +++ b/Tethering/apex/manifest.json
@@ -1,4 +1,4 @@ { "name": "com.android.tethering.apex", - "version": 290000000 + "version": 300000000 }