mirror of
https://github.com/moparisthebest/android_external_SafeParcel
synced 2024-12-04 06:22:17 -05:00
Update build for gradle 2.4
This commit is contained in:
parent
2408cfd92a
commit
e5e1d5adc2
@ -3,13 +3,13 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.1.3'
|
||||
classpath 'com.android.tools.build:gradle:1.3.1'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
|
||||
}
|
||||
}
|
||||
apply plugin: 'com.android.library'
|
||||
apply from: 'gradle-mvn-push.gradle'
|
||||
group = 'org.microg'
|
||||
version = '1.2-SNAPSHOT'
|
||||
apply plugin: 'com.github.dcendents.android-maven'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
@ -17,6 +17,3 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_6
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user