Great Update to the source
This commit is contained in:
26
libraries/RootCommands/build.gradle
Normal file
26
libraries/RootCommands/build.gradle
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.12.+'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
dependencies {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 20
|
||||
buildToolsVersion "20.0.0"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 7
|
||||
targetSdkVersion 20
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user