android_external_SafeParcel/safe-parcel/build.gradle

23 lines
430 B
Groovy
Raw Normal View History

2015-01-05 21:55:57 -05:00
buildscript {
repositories {
mavenCentral()
}
dependencies {
2015-04-11 07:39:51 -04:00
classpath 'com.android.tools.build:gradle:1.1.3'
2015-01-05 21:55:57 -05:00
}
}
apply plugin: 'com.android.library'
2015-03-29 15:07:37 -04:00
apply from: 'gradle-mvn-push.gradle'
group = 'org.microg'
2015-04-11 07:44:59 -04:00
version = '1.2-SNAPSHOT'
2015-01-05 21:55:57 -05:00
android {
2015-03-29 15:07:37 -04:00
compileSdkVersion 22
2015-04-14 19:11:26 -04:00
buildToolsVersion "22.0.1"
2015-04-13 17:49:44 -04:00
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}
2015-01-05 21:55:57 -05:00
}
2015-04-13 17:49:44 -04:00
dependencies {
2015-04-14 19:11:26 -04:00
}