Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Move maven publish after the version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
hvisser committed Aug 14, 2014
1 parent 14d7b69 commit d31db9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion squadleader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apply plugin: 'com.android.library'
apply from: '../maven-publish.gradle'

version = "1.0-SNAPSHOT"

group = 'nl.littlerobots.squadleader'

android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
Expand All @@ -26,3 +27,4 @@ android {
}
}

apply from: '../maven-publish.gradle'

0 comments on commit d31db9e

Please sign in to comment.