Skip to content

Commit 60810e9

Browse files
Jawnnypoorogerhu
authored andcommitted
Compile with 27, Android Gradle plugin 3.0.0 (#760)
1 parent d994f80 commit 60810e9

File tree

19 files changed

+19
-252
lines changed

19 files changed

+19
-252
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ android:
1313
components:
1414
- tools
1515
- platform-tools
16-
- build-tools-26.0.1
17-
- android-26
18-
- doc-26
16+
- build-tools-27.0.0
17+
- android-27
18+
- doc-27
1919

2020
before_install:
2121
- pip install --user codecov

Parse/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ android {
5151
}
5252

5353
ext {
54-
okhttpVersion = '3.8.1'
54+
okhttpVersion = '3.9.0'
5555
}
5656

5757
dependencies {
58-
compile "com.android.support:support-annotations:$supportLibVersion"
59-
compile 'com.parse.bolts:bolts-tasks:1.4.0'
60-
compile "com.squareup.okhttp3:okhttp:$okhttpVersion"
61-
62-
testCompile 'org.robolectric:robolectric:3.3.2'
63-
testCompile 'org.skyscreamer:jsonassert:1.5.0'
64-
testCompile 'org.mockito:mockito-core:1.10.19'
65-
testCompile "com.squareup.okhttp3:mockwebserver:$okhttpVersion"
58+
api "com.android.support:support-annotations:$supportLibVersion"
59+
api 'com.parse.bolts:bolts-tasks:1.4.0'
60+
api "com.squareup.okhttp3:okhttp:$okhttpVersion"
61+
62+
testImplementation 'org.robolectric:robolectric:3.3.2'
63+
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
64+
testImplementation 'org.mockito:mockito-core:1.10.19'
65+
testImplementation "com.squareup.okhttp3:mockwebserver:$okhttpVersion"
6666
}
6767

6868
android.libraryVariants.all { variant ->

ParseStarterProject/build.gradle

Lines changed: 0 additions & 26 deletions
This file was deleted.

ParseStarterProject/proguard-rules.pro

Lines changed: 0 additions & 18 deletions
This file was deleted.

ParseStarterProject/src/main/AndroidManifest.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

ParseStarterProject/src/main/java/com/parse/starter/MainActivity.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

ParseStarterProject/src/main/java/com/parse/starter/StarterApplication.java

Lines changed: 0 additions & 36 deletions
This file was deleted.

ParseStarterProject/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.
-3.34 KB
Binary file not shown.
-2.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)