Skip to content

Commit

Permalink
Update build for gradle 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moparisthebest committed Oct 1, 2015
1 parent 2408cfd commit e5e1d5a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions safe-parcel/build.gradle
Expand Up @@ -3,20 +3,17 @@ 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"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}
}

dependencies {
}

0 comments on commit e5e1d5a

Please sign in to comment.