Skip to content

Commit

Permalink
calculate versionNames from git-tags
Browse files Browse the repository at this point in the history
use new plugin
  • Loading branch information
larsgrefer committed Dec 30, 2015
1 parent 4629f7e commit f70ffb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AIMSICD/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ if(isTravis) {
buildNumber = System.getenv("BUILDOZER_BUILDNUMBER")
}

version = '0.1.37-alpha'

android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
buildscript {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'io.freefair.gradle-plugins:git-version:1.0.0'
}
}

apply plugin: 'io.freefair.git-version'

allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
version = rootProject.version
}

0 comments on commit f70ffb5

Please sign in to comment.