Skip to content

Commit

Permalink
jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
orhan.obut committed Aug 25, 2015
1 parent 3dbf962 commit 958b8f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
29 changes: 15 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

def isReleaseBuild() {
return version.contains("SNAPSHOT") == false
return version.contains("SNAPSHOT") == false
}

allprojects {
version = VERSION_NAME
group = GROUP
version = VERSION_NAME
group = GROUP

repositories {
jcenter()
}
repositories {
jcenter()
}
}
1 change: 1 addition & 0 deletions wasp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 21
Expand Down

0 comments on commit 958b8f7

Please sign in to comment.