Releases: voydz/souyuz
Releases · voydz/souyuz
Bugfix release
Bugfix release
- fixed handoff apk build path
Bugfix release
- fixes issues with new apksigner
Using apksigner
Using apksigner in favor of deprecated jarsigner
Bugfix release
- fixes #32
Maintenance release
- consolidated msbuild command generator for Android and iOS
- using current preferred msbuild argument option style
- library and fastlane-plugin now share versions
Maintenance release
- added an example configuration (thanks @johannesberdin) (#21)
- checking for
$ANDROID_HOME
on build start (thanks @johannesberdin) (#22) - removed
set -o pipefail
as we do not use pipes and it is not supported in all envs (#26)
CLI Runner
- fixes the
souyuz
cli command
MSbuild all the things
- using MSBuild by default
Since Version 0.7.0 souyuz is using msbuild by default, because according to Xamarin xbuild is deprecated and will be removed soon.
This change should not affect you under normal circumstances. Anyway, if you experience any issues there is a new config option compiler_bin, where you can easily pass xbuild in again.