Skip to content

Commit

Permalink
fix(Gradle): Grale assemble failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhoo committed May 26, 2015
1 parent b5d45f9 commit 4e24797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.1.2'

classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "2.1.0"
android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
Expand All @@ -12,7 +13,7 @@ android {
minSdkVersion 8
targetSdkVersion 20
versionCode 12
versionName "2.1.0"
versionName version
}
buildTypes {
release {
Expand All @@ -24,12 +25,11 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:20.0.0'
}

def siteUrl = 'https://github.com/ryanhoo/PhotoCropper'
def gitUrl = 'https://github.com/ryanhoo/PhotoCropper.git'
group = "org.hybridsquad.android"
group = "org.hybridsquad.android.photocropper"
install {
repositories.mavenInstaller {
// This generates POM.xml with proper parameters
Expand Down

0 comments on commit 4e24797

Please sign in to comment.