mirror of
https://github.com/moparisthebest/android_external_SafeParcel
synced 2025-01-06 02:48:01 -05:00
Use gradle structure and add maven support
This commit is contained in:
parent
462316b18e
commit
f8f7a73efd
19
build.gradle
19
build.gradle
@ -4,22 +4,17 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:1.0.0'
|
classpath 'com.android.tools.build:gradle:1.0.0'
|
||||||
|
classpath 'com.github.dcendents:android-maven-plugin:1.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
apply plugin: 'com.github.dcendents.android-maven'
|
||||||
|
|
||||||
|
group = 'org.microg'
|
||||||
|
version = '1.0-SNAPSHOT'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion "21.1.2"
|
buildToolsVersion "21.1.2"
|
||||||
lintOptions.abortOnError false
|
|
||||||
|
|
||||||
sourceSets {
|
|
||||||
main {
|
|
||||||
manifest.srcFile 'AndroidManifest.xml'
|
|
||||||
java.srcDirs = ['src']
|
|
||||||
aidl.srcDirs = ['src']
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user