Skip to content

Commit

Permalink
Merge pull request Androguide#4 from matthiasbruns/gradle_support
Browse files Browse the repository at this point in the history
updated build.gradle
  • Loading branch information
Androguide committed Sep 12, 2013
2 parents 6f02436 + 0658338 commit c9d430d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CardsUILib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4'
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
apply plugin: 'android-library'

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile file('libs/nineoldandroids-2.4.0.jar')
}

android {
Expand Down

0 comments on commit c9d430d

Please sign in to comment.