Skip to content

Commit

Permalink
Add gradle more info
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossle Song committed Jan 7, 2014
1 parent 8a2c061 commit 15a4b70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.3'
classpath 'com.android.tools.build:gradle:0.7.+'
}
}

allprojects {
version = VERSION_NAME
group = GROUP

repositories {
mavenCentral()
}
}

3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
VERSION_NAME=4.2.0-SNAPSHOT
GROUP=io.vov.vitamio

ANDROID_BUILD_TARGET_SDK_VERSION=19
ANDROID_BUILD_TOOLS_VERSION=19
ANDROID_BUILD_SDK_VERSION=19

0 comments on commit 15a4b70

Please sign in to comment.