From 0582605da71cfffa76f102712db596379482ea04 Mon Sep 17 00:00:00 2001 From: markchien Date: Thu, 22 Oct 2020 10:50:48 +0800 Subject: [PATCH] Bump Tethering apex version code The version code in the manifest is only used for development builds, as release builds dynamically replace it. Bug: 170183552 Test: m Change-Id: I51916756f41672d372e3a4adce3a8edf5d472c0d --- Tethering/apex/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tethering/apex/manifest.json b/Tethering/apex/manifest.json index 538ffb3ad6..11e205d1b7 100644 --- a/Tethering/apex/manifest.json +++ b/Tethering/apex/manifest.json @@ -1,4 +1,4 @@ { "name": "com.android.tethering", - "version": 300000000 + "version": 309999900 }