add AndroidBootstrap lib
This commit is contained in:
17
libraries/AndroidBootstrap/build.gradle
Normal file
17
libraries/AndroidBootstrap/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
apply plugin: 'android-library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion "19.0.0"
|
||||
defaultConfig {
|
||||
minSdkVersion 7
|
||||
targetSdkVersion 17
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
java.srcDirs = ['src']
|
||||
res.srcDirs = ['res']
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user