Update build for gradle 2.4

This commit is contained in:
Travis Burtrum 2015-10-01 00:52:17 -04:00
parent 8bd68aad2a
commit 030f42b275
2 changed files with 3 additions and 5 deletions

2
extern/SafeParcel vendored

@ -1 +1 @@
Subproject commit 2408cfd92aae226fa9941579e9da462948f22e60
Subproject commit e5e1d5adc22ff7be540da46ec5263cd370a894a4

View File

@ -4,14 +4,12 @@ buildscript {
}
dependencies {
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.0-SNAPSHOT'
apply plugin: 'com.github.dcendents.android-maven'
dependencies {
compile project(':safe-parcel')