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

Commit

Permalink
fixing tests for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dcendents committed Jun 23, 2014
1 parent 3df7e54 commit f04d4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/projects/simple/build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:0.11.2',
fileTree(dir: '../../../../libs', include: ['android-maven-plugin-*-SNAPSHOT.jar'])
fileTree(dir: '../../../../libs', include: ['android-maven-plugin-*.jar'])
}
}

Expand Down

0 comments on commit f04d4e5

Please sign in to comment.