Skip to content

Releases: voydz/souyuz

Bugfix release

09 Feb 21:35
0e4f0cc
Compare
Choose a tag to compare
  • fix #35 dependency issues
  • fix #37 build paths containing whitespaces

Bugfix release

16 Dec 18:48
Compare
Choose a tag to compare
  • fixed handoff apk build path

Bugfix release

16 Dec 17:10
Compare
Choose a tag to compare
  • fixes issues with new apksigner

Using apksigner

16 Dec 13:51
Compare
Choose a tag to compare

Using apksigner in favor of deprecated jarsigner

Bugfix release

02 Dec 14:56
Compare
Choose a tag to compare

Maintenance release

27 Nov 11:29
Compare
Choose a tag to compare
  • consolidated msbuild command generator for Android and iOS
  • using current preferred msbuild argument option style
  • library and fastlane-plugin now share versions

Maintenance release

15 Mar 09:15
Compare
Choose a tag to compare
  • 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

19 May 06:47
Compare
Choose a tag to compare
  • fixes the souyuz cli command

MSbuild all the things

19 May 06:05
Compare
Choose a tag to compare
  • 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.

v0.6.6

19 Apr 05:31
Compare
Choose a tag to compare
added test scaffolding, nothing much to see here for now