sbt config

This commit is contained in:
danijoo
2015-11-01 10:42:16 +01:00
parent f8cf189d70
commit 73445906ed
3 changed files with 4 additions and 0 deletions

1
app/build.sbt Normal file
View File

@@ -0,0 +1 @@
protifySettings

1
project/build.scala Normal file
View File

@@ -0,0 +1 @@
object Build extends android.GradleBuild

2
project/plugins.sbt Normal file
View File

@@ -0,0 +1,2 @@
addSbtPlugin("com.hanhuy.sbt" % "android-gradle-build" % "1.1.6")
addSbtPlugin("com.hanhuy.sbt" % "android-protify" % "1.1.12")