Added AppMsg library to the librarys-folder
This commit is contained in:
22
libraries/Android-AppMsg/library/build.gradle
Normal file
22
libraries/Android-AppMsg/library/build.gradle
Normal file
@@ -0,0 +1,22 @@
|
||||
apply plugin: 'android-library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '19.0.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 4
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
java.srcDirs = ['src']
|
||||
res.srcDirs = ['res']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.hasProperty('nexusUsername')) {
|
||||
// Used to push in maven
|
||||
apply from: '../maven_push.gradle'
|
||||
}
|
||||
Reference in New Issue
Block a user