6.6.2 - Alpha2 - 更新 Android Studio 下载链接信息

This commit is contained in:
SuperMonster003
2025-01-14 22:05:09 +08:00
parent 49fac78fec
commit b44eae18d9
10 changed files with 29 additions and 25 deletions

View File

@@ -69,6 +69,7 @@ import java.util.List;
*
* @see <a href="https://source.android.com/security/apksigning/index.html">Application Signing</a>
*/
@SuppressWarnings("unchecked")
public class SigningCertificateLineage {
public final static int MAGIC = 0x3eff39d1;

View File

@@ -55,6 +55,7 @@ import java.util.List;
* Command-line tool for signing APKs and for checking whether an APK's signature are expected to
* verify on Android devices.
*/
@SuppressWarnings("deprecation")
public class ApkSignerTool {
public static final int ZIP_MAGIC = 0x04034b50;