mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-19 21:24:20 +01:00
Make different universal builds
This commit is contained in:
@@ -33,6 +33,14 @@ android {
|
||||
dimension "channel"
|
||||
}
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
enable true
|
||||
reset()
|
||||
include "x86", "x86_64"
|
||||
universalApk true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user