mirror of
https://github.com/moparisthebest/android_external_GmsApi
synced 2024-11-23 09:12:18 -05:00
Update build for gradle 2.4
This commit is contained in:
parent
8bd68aad2a
commit
030f42b275
2
extern/SafeParcel
vendored
2
extern/SafeParcel
vendored
@ -1 +1 @@
|
||||
Subproject commit 2408cfd92aae226fa9941579e9da462948f22e60
|
||||
Subproject commit e5e1d5adc22ff7be540da46ec5263cd370a894a4
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user