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 Jan 25, 2016
1 parent f03525a commit f04101c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions AIMSICD/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ if (isTravis) {
buildNumber = System.getenv("BUILDOZER_BUILDNUMBER")
}

version = '0.1.38-alpha'

android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'io.freefair.gradle-plugins:android:2.0.0-beta1'
classpath 'io.freefair:gradle-plugins:2.0.0-beta1'
}
}

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

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

0 comments on commit f04101c

Please sign in to comment.