same question
https://github.com/Triple-T/gradle-play-publisher/commit/4bb0bd9203c3337affffa9ae95d971826ec910c2 looks like this was merged recently, so yes.
Any ETA on when this change goes out?
Please checkout 1.2.1-beta1
Any info on how to build an internel release using 1.2.1-beta1?
Just set the track to internal
play {
track = 'internal'
}
When i checkout 1.2.1-beta1 version and try to build project i get this error:"minimum supported Gradle version is 4.4. Current is 4.1". Still works with 1.2.0.
@ChristianBecker This is probably due to updating our android plugin dependency to 3.1.0 in #256 Apparently this change is not backwards compatible. Might make sense to temporarily revert that change for a proper version 1.2.1.
Fixed in 1.2.1
Most helpful comment
Just set the track to internal