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 1
1
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
- }
13
2
14
3
android {
15
4
compileSdkVersion rootProject. ext. compileSdkVersion
@@ -36,13 +25,3 @@ dependencies {
36
25
compile ' com.parse.bolts:bolts-tasks:1.3.0'
37
26
compile project(' :Parse' )
38
27
}
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