Skip to content

Commit

Permalink
push to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienlaurent committed Jan 27, 2014
1 parent 70ede0d commit ee6e12a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion build.gradle
@@ -1 +1,19 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.+'
}
}

allprojects {
version = VERSION_NAME
group = GROUP

repositories {
mavenCentral()
}
}

apply plugin: 'android-reporting'
4 changes: 2 additions & 2 deletions lib/build.gradle
Expand Up @@ -19,8 +19,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "1.0"
versionName project.VERSION_NAME
versionCode Integer.parseInt(project.VERSION_CODE)
}
release {
runProguard false
Expand Down

0 comments on commit ee6e12a

Please sign in to comment.