Skip to content

Commit c3e5586

Browse files
author
mendhak
committed
Two versions of gradle plugin due to IntelliJ bug
1 parent c60e587 commit c3e5586

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gpslogger/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.12.+'
6+
//When releasing APK:
7+
//classpath 'com.android.tools.build:gradle:0.12.+'
8+
//When developing:
9+
classpath 'com.android.tools.build:gradle:0.10.+'
710
}
811
}
912
apply plugin: 'android'

0 commit comments

Comments
 (0)