Moved to Android Studio.
This commit is contained in:
parent
7d5c926a27
commit
f3c2fcba14
47 changed files with 935 additions and 360 deletions
16
build.gradle
Normal file
16
build.gradle
Normal file
|
@ -0,0 +1,16 @@
|
|||
// 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.1.0'
|
||||
classpath 'com.github.hamsterksu:android-appversion-gradle-plugin:1.2.+'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue