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 8900761 commit 2efd2c4Copy full SHA for 2efd2c4
data/build.gradle
@@ -1,5 +1,19 @@
1
+buildscript {
2
+ repositories {
3
+ mavenCentral()
4
+ }
5
+ dependencies {
6
+ classpath 'me.tatarka:gradle-retrolambda:3.1.0'
7
8
+}
9
+
10
+repositories {
11
12
13
14
apply plugin: 'com.android.library'
15
apply plugin: 'com.neenbedankt.android-apt'
16
+apply plugin: 'me.tatarka.retrolambda'
17
18
android {
19
def globalConfiguration = rootProject.extensions.getByName("ext")
@@ -14,8 +28,8 @@ android {
28
}
29
30
compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_7
- targetCompatibility JavaVersion.VERSION_1_7
31
+ sourceCompatibility JavaVersion.VERSION_1_8
32
+ targetCompatibility JavaVersion.VERSION_1_8
33
20
34
21
35
packagingOptions {
0 commit comments