Skip to content

Commit 65546a9

Browse files
committed
Merge pull request #306 from ParsePlatform/grantland.starter
Remove Parse Gradle plugin from ParseStarterProject
2 parents d813767 + 3891801 commit 65546a9

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

ParseStarterProject/build.gradle

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'com.parse'
3-
4-
buildscript {
5-
repositories {
6-
mavenCentral()
7-
maven { url 'https://maven.parse.com/repo' }
8-
}
9-
dependencies {
10-
classpath 'com.parse.tools:gradle:1.+'
11-
}
12-
}
132

143
android {
154
compileSdkVersion rootProject.ext.compileSdkVersion
@@ -36,13 +25,3 @@ dependencies {
3625
compile 'com.parse.bolts:bolts-tasks:1.3.0'
3726
compile project(':Parse')
3827
}
39-
40-
/* Uncomment if you enable ProGuard and you want to automatically upload symbols on build.
41-
parse {
42-
applicationId "YOUR_APPLICATION_ID"
43-
masterKey "YOUR_MASTER_KEY"
44-
45-
// Make symbol upload automatic. Otherwise, use e.g. ../gradlew parseUploadSymbolsDebug;
46-
uploadSymbols true
47-
}
48-
*/

0 commit comments

Comments
 (0)