drop section on new keys for Android 13

This commit is contained in:
Daniel Micay 2023-10-06 15:22:50 -04:00
parent b9f11a4572
commit 44e4b72eb1

View File

@ -64,7 +64,6 @@
<li> <li>
<a href="#generating-release-signing-keys">Generating release signing keys</a> <a href="#generating-release-signing-keys">Generating release signing keys</a>
<ul> <ul>
<li><a href="#migration-to-android-13">Migration to Android 13</a></li>
<li><a href="#encrypting-keys">Encrypting keys</a></li> <li><a href="#encrypting-keys">Encrypting keys</a></li>
<li><a href="#apex-components">APEX components</a></li> <li><a href="#apex-components">APEX components</a></li>
</ul> </ul>
@ -568,13 +567,6 @@ cd ../..</pre>
same scripts along with the expectation of it using the same passphrase as the other same scripts along with the expectation of it using the same passphrase as the other
keys.</p> keys.</p>
<section id="migration-to-android-13">
<h4><a href="#migration-to-android-13">Migration to Android 13</a></h4>
<p>You need to generate a key for <code>sdk_sandbox</code> and <code>bluetooth</code> if you
generated your keys for a previous release.</p>
</section>
<section id="encrypting-keys"> <section id="encrypting-keys">
<h4><a href="#encrypting-keys">Encrypting keys</a></h4> <h4><a href="#encrypting-keys">Encrypting keys</a></h4>