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 2421a33 commit 7cfa1e7Copy full SHA for 7cfa1e7
app/build.gradle
@@ -1,6 +1,5 @@
1
apply plugin: 'com.android.application'
2
apply plugin: 'io.fabric'
3
-apply plugin: 'me.tatarka.retrolambda'
4
apply plugin: 'com.github.triplet.play'
5
6
android {
build.gradle
@@ -11,7 +11,6 @@ buildscript {
11
classpath 'com.android.tools.build:gradle:3.2.1'
12
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
13
classpath 'io.fabric.tools:gradle:1.25.4'
14
- classpath 'me.tatarka:gradle-retrolambda:3.7.1'
15
classpath 'com.jakewharton:butterknife-gradle-plugin:8.4.0'
16
classpath 'com.github.triplet.gradle:play-publisher:1.1.5'
17
}
0 commit comments