Skip to content

Commit deb0615

Browse files
committed
Build lollipopUniversal APK
1 parent ad450e0 commit deb0615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎main.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ function processPrivateCommand (botId, bot, msg, command, commandArgsRaw) {
23912391

23922392
const allVariants = [
23932393
{name: 'latest', abi: [ 'universal', 'arm64', 'arm32', 'x64', 'x86' ]},
2394-
{name: 'lollipop', abi: [ 'arm64', 'arm32', 'x64', 'x86' ]},
2394+
{name: 'lollipop', abi: [ 'universal', 'arm64', 'arm32', 'x64', 'x86' ]},
23952395
{name: 'legacy', abi: [ 'arm32', 'x86' ]}
23962396
];
23972397

0 commit comments

Comments
 (0)