Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions ParseStarterProject/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
apply plugin: 'com.android.application'
apply plugin: 'com.parse'

buildscript {
repositories {
mavenCentral()
maven { url 'https://maven.parse.com/repo' }
}
dependencies {
classpath 'com.parse.tools:gradle:1.+'
}
}

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand All @@ -36,13 +25,3 @@ dependencies {
compile 'com.parse.bolts:bolts-tasks:1.3.0'
compile project(':Parse')
}

/* Uncomment if you enable ProGuard and you want to automatically upload symbols on build.
parse {
applicationId "YOUR_APPLICATION_ID"
masterKey "YOUR_MASTER_KEY"

// Make symbol upload automatic. Otherwise, use e.g. ../gradlew parseUploadSymbolsDebug;
uploadSymbols true
}
*/