Skip to content

Commit

Permalink
Two versions of gradle plugin due to IntelliJ bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Aug 24, 2014
1 parent c60e587 commit c3e5586
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gpslogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
//When releasing APK:
//classpath 'com.android.tools.build:gradle:0.12.+'
//When developing:
classpath 'com.android.tools.build:gradle:0.10.+'
}
}
apply plugin: 'android'
Expand Down

0 comments on commit c3e5586

Please sign in to comment.