ready to compile

This commit is contained in:
Dan Ballard 2017-06-21 22:28:33 -07:00
parent b1220bdf85
commit ca7775c126
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea
*.iml

View File

@ -1,3 +1,5 @@
// +build android
package go_ricochet_mobile
import (
@ -11,5 +13,6 @@ import (
)
type InitActivity struct {
app.AppCompatActivity
binding databinding.ActivityInitBinding
}