Added version plugin.

This commit is contained in:
Erik C. Thauvin 2015-04-15 12:33:08 -07:00
parent 58f7b14f6a
commit 12f3e84252
6 changed files with 14 additions and 4 deletions

View file

@ -5,6 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.github.hamsterksu:android-appversion-gradle-plugin:1.2.+'
}
}