mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-22 10:43:56 +00:00
feat: allow bundles to use classes from other bundles (#1951)
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
<string name="download_app">Download app</string>
|
||||
<string name="download_apk">Download APK file</string>
|
||||
<string name="patches_download_fail">Failed to download patches: %s</string>
|
||||
<string name="patches_replace_fail">Failed to load updated patches: %s</string>
|
||||
<string name="patches_replace_fail">Failed to import patches: %s</string>
|
||||
<string name="no_patched_apps_found">No patched apps found</string>
|
||||
<string name="tap_on_patches">Tap on the patches to get more information about them</string>
|
||||
<string name="patches_selected">%s selected</string>
|
||||
@@ -344,8 +344,8 @@
|
||||
<string name="submit_feedback_description">Help us improve this application</string>
|
||||
<string name="developer_options">Developer options</string>
|
||||
<string name="developer_options_description">Options for debugging issues</string>
|
||||
<string name="patches_update_success">Successfully updated %s</string>
|
||||
<string name="patches_update_unavailable">No update available for %s</string>
|
||||
<string name="patches_update_success">Update successful</string>
|
||||
<string name="patches_update_unavailable">No update available</string>
|
||||
<string name="view_patches">View patches</string>
|
||||
<string name="patches_view_any_version">Any version</string>
|
||||
<string name="patches_view_any_package">Any package</string>
|
||||
|
||||
Reference in New Issue
Block a user