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

Commit

Permalink
override android gradle version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dcendents committed Aug 15, 2016
1 parent 376a5ea commit ab745cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gradleTest/simple/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

buildscript {
System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'

dependencies {
classpath fileTree(dir: "${project.rootProject.projectDir}/../../repo", include: '*.jar')
}
Expand Down

0 comments on commit ab745cd

Please sign in to comment.