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 868af4a commit 149bb77Copy full SHA for 149bb77
library/build.gradle
@@ -14,6 +14,11 @@ android {
14
lintOptions {
15
abortOnError false
16
}
17
+
18
+ compileOptions {
19
+ sourceCompatibility JavaVersion.VERSION_1_7
20
+ targetCompatibility JavaVersion.VERSION_1_7
21
+ }
22
23
24
android.libraryVariants.all { variant ->
sample/build.gradle
@@ -24,6 +24,11 @@ android {
targetSdkVersion 19
25
26
27
28
29
30
31
32
33
34
0 commit comments