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