golang/go
View on GitHubx/mobile/misc/androidstudio: establish gradle plugin release process
Open
#14,690 opened on Mar 7, 2016
help wantedmobile
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
https://plugins.gradle.org/plugin/org.golang.mobile.bind is a gradle plugin to integrate gomobile bind execution in android project build. The source code is located in misc/androidstudio directory. Testing before release is manually done, which doesn't scale and isn't reliable.
The release process should include
- testing/canarying
- version management
Unfortunately this doesn't involve Go programming.