File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 11apply 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
143android {
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- */
You can’t perform that action at this time.
0 commit comments