From 32d21c8074c17bfbab70f7158b80464227821424 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Fri, 30 May 2025 18:36:01 +0200 Subject: [PATCH] Change ndk_translation for A13 --- stuff/ndk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff/ndk.py b/stuff/ndk.py index f0cbd63..d07623f 100644 --- a/stuff/ndk.py +++ b/stuff/ndk.py @@ -9,7 +9,7 @@ class Ndk(General): partition = "system" dl_links = { "11": ["https://github.com/supremegamers/vendor_google_proprietary_ndk_translation-prebuilt/archive/9324a8914b649b885dad6f2bfd14a67e5d1520bf.zip", "c9572672d1045594448068079b34c350"], - "13": ["https://github.com/supremegamers/vendor_google_proprietary_ndk_translation-prebuilt/archive/faece8cc787a520193545116501cad40534063fc.zip", "f7605b31e51eaa69f13b508b20e74d10"] + "13": ["https://github.com/supremegamers/vendor_google_proprietary_ndk_translation-prebuilt/archive/68734c52556d3d7a6db34c603dd9276915c29f2f.zip", "0b2207c490fcb400aa5c87fcf0d52d38"] } dl_file_name = "libndktranslation.zip" extract_to = "/tmp/libndkunpack"