mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Same again, for native code message
This commit is contained in:
parent
50ee21727a
commit
2a7e0f4abe
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ class FDroid
|
|||
$hasabis = isset($apk['nativecode']);
|
||||
if($hasabis) {
|
||||
$abis = str_replace(',', ' ', $apk['nativecode']);
|
||||
$out.="<p>This app uses native code and will only run on: ".$abis."</p>";
|
||||
$out.="<p>This version uses native code and will only run on: ".$abis."</p>";
|
||||
}
|
||||
|
||||
// Is this source or binary?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue