golang/go

x/mobile/misc/androidstudio: establish gradle plugin release process

Open

#14,690 opened on Mar 7, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
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.

Contributor guide