Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-android
Commits
61f0f266
Commit
61f0f266
authored
Oct 18, 2017
by
Robert Hitt
Browse files
Added back Retrolambda
parent
259b013d
Pipeline
#1910
failed with stages
in 3 minutes and 21 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
61f0f266
...
...
@@ -16,6 +16,7 @@ repositories {
apply
plugin:
'android-apt'
apply
plugin:
'realm-android'
apply
plugin:
'me.tatarka.retrolambda'
android
{
compileSdkVersion
26
...
...
build.gradle
View file @
61f0f266
...
...
@@ -7,8 +7,11 @@ buildscript {
maven
{
url
'https://maven.google.com'
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.0.0-beta2'
classpath
"io.realm:realm-gradle-plugin:3.0.0"
classpath
'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath
'com.android.tools.build:gradle:2.3.3'
classpath
'io.realm:realm-gradle-plugin:3.0.0'
classpath
'me.tatarka:gradle-retrolambda:3.3.1'
classpath
'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment