We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b87806 commit 11ba580Copy full SHA for 11ba580
example/build.gradle
@@ -6,6 +6,10 @@ android {
6
configurations.all {
7
resolutionStrategy.force 'com.android.support:support-annotations:23.0.1'
8
}
9
+ compileOptions {
10
+ sourceCompatibility JavaVersion.VERSION_1_8
11
+ targetCompatibility JavaVersion.VERSION_1_8
12
+ }
13
14
defaultConfig {
15
applicationId "com.ibm.watson.developer_cloud.android.myapplication"
0 commit comments