mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-19 04:09:37 -04:00
fix: add meshtastic.disableAbiSplits property to Fastfile (#5320)
This commit is contained in:
@@ -53,7 +53,8 @@ platform :android do
|
||||
properties: {
|
||||
"android.injected.version.name" => ENV['VERSION_NAME'],
|
||||
"android.injected.version.code" => ENV['VERSION_CODE'],
|
||||
"aboutLibraries.release" => "true"
|
||||
"aboutLibraries.release" => "true",
|
||||
"meshtastic.disableAbiSplits" => "true"
|
||||
}
|
||||
)
|
||||
lane_context[SharedValues::GRADLE_AAB_OUTPUT_PATH]
|
||||
|
||||
Reference in New Issue
Block a user