Gradle
This commit is contained in:
parent
54445b69f8
commit
873dde3ce8
1 changed files with 1 additions and 10 deletions
|
@ -1,13 +1,4 @@
|
||||||
buildscript {
|
apply plugin: 'com.android.library'
|
||||||
repositories {
|
|
||||||
maven { url 'http://repo1.maven.org/maven2' }
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath 'com.android.tools.build:gradle:0.4'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
apply plugin: 'android'
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile files('libs/android-support-v4.jar')
|
compile files('libs/android-support-v4.jar')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue