Skip to content

Commit 11ba580

Browse files
committed
chore(java-version): use java 1.8
1 parent 9b87806 commit 11ba580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ android {
66
configurations.all {
77
resolutionStrategy.force 'com.android.support:support-annotations:23.0.1'
88
}
9+
compileOptions {
10+
sourceCompatibility JavaVersion.VERSION_1_8
11+
targetCompatibility JavaVersion.VERSION_1_8
12+
}
913

1014
defaultConfig {
1115
applicationId "com.ibm.watson.developer_cloud.android.myapplication"

0 commit comments

Comments
 (0)