Gradle-play-publisher: Is it possible to release to the 'Internal test' track?

Created on 19 Apr 2018  路  9Comments  路  Source: Triple-T/gradle-play-publisher

Most helpful comment

Just set the track to internal

play {
    track = 'internal'
}

All 9 comments

same question

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aat-antoine picture aat-antoine  路  6Comments

lordcodes picture lordcodes  路  5Comments

blazsolar picture blazsolar  路  3Comments

emartynov picture emartynov  路  4Comments

kristiyanP picture kristiyanP  路  4Comments