Skip to content

Commit 3cd09ca

Browse files
committed
Use jdk 8 to fix error java.lang.UnsupportedClassVersionError: com/android/build/gradle/LibraryPlugin : Unsupported major.minor version 52.0
1 parent bc3ebb3 commit 3cd09ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: android
22

3-
jdk: oraclejdk7
3+
jdk: oraclejdk8
44

55
env:
66
matrix:

0 commit comments

Comments
 (0)