Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamcd committed Jun 13, 2014
1 parent 96bf73c commit deae59d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .gitignore
@@ -1,5 +1,7 @@
.gradle

/local.properties
/.idea
build/
.gradle
.DS_Store
*.iml
*.iml
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.11.+'
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Expand Up @@ -4,7 +4,7 @@ archivesBaseName = 'android-crop-example'

android {
compileSdkVersion 19
buildToolsVersion '19.0.3'
buildToolsVersion '19.1.0'

defaultConfig {
minSdkVersion 9
Expand Down
6 changes: 3 additions & 3 deletions lib/build.gradle
Expand Up @@ -5,20 +5,20 @@ archivesBaseName = 'android-crop'

android {
compileSdkVersion 19
buildToolsVersion '19.0.3'
buildToolsVersion '19.1.0'

defaultConfig {
minSdkVersion 9
targetSdkVersion 19

testPackageName 'com.soundcloud.android.crop.test'
testApplicationId 'com.soundcloud.android.crop.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
}
}

dependencies {
androidTestCompile 'com.squareup:fest-android:1.0.7'
androidTestCompile 'com.android.support:support-v4:19.0.+'
androidTestCompile 'com.android.support:support-v4:19.1.0'
androidTestCompile 'org.mockito:mockito-core:1.9.5'
androidTestCompile 'com.google.dexmaker:dexmaker:1.0'
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.0'
Expand Down

0 comments on commit deae59d

Please sign in to comment.