diff options
| author | Remi NGUYEN VAN <reminv@google.com> | 2021-07-19 09:15:52 +0000 |
|---|---|---|
| committer | Remi NGUYEN VAN <reminv@google.com> | 2021-07-20 08:45:15 +0000 |
| commit | 4093eaeff40708824e63c4a27e6eca339cf1a902 (patch) | |
| tree | 6003a4fd0d6d0d1147a34ecc80e8cfc7867748f2 | |
| parent | faa01c7e6294db988b74fe8cbaafb6671ca0f2a1 (diff) | |
| download | platform_packages_modules_CaptivePortalLogin-android12-dev.tar.gz platform_packages_modules_CaptivePortalLogin-android12-dev.tar.bz2 platform_packages_modules_CaptivePortalLogin-android12-dev.zip | |
Bump CaptivePortalLogin development version to Sandroid12-dev
Bump CaptivePortalLogin version to 319999900 in the manifest. This is a
development version number, which is replaced by an actual version
number in release builds.
Using 319999900 allows installing CaptivePortalLogin on all S devices
which use 31xxxxxxx prebuilts, and will still allow installing
production T modules (32xxxxxxx) on a development S build. This is
convenient for local testing.
The same convention is also used for other modules including
NetworkStack.
Bug: 193853555
Test: m CaptivePortalLogin, check version code
Original-Change: https://android-review.googlesource.com/1768387
Merged-In: I9d19fb3c0eb6a073b035e87a88d3891eb631a454
Change-Id: I9d19fb3c0eb6a073b035e87a88d3891eb631a454
| -rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8843813..0ac691c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,8 +18,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.captiveportallogin" - android:versionCode="309999900" - android:versionName="r_aml_309999900"> + android:versionCode="319999900" + android:versionName="s_aml_319999900"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
