Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
b74086b5
Commit
b74086b5
authored
May 14, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
java8 update
parent
0a490f65
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
build.gradle
build.gradle
+1
-1
gradle.properties
gradle.properties
+1
-2
mobile/build.gradle
mobile/build.gradle
+1
-1
No files found.
build.gradle
View file @
b74086b5
...
...
@@ -8,7 +8,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.1.2'
classpath
'me.tatarka:gradle-retrolambda:3.2.5'
//
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
}
...
...
gradle.properties
View file @
b74086b5
...
...
@@ -15,5 +15,4 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#android.useDeprecatedNdk=true
android.enableAapt2
=
false
\ No newline at end of file
#
android.useDeprecatedNdk
=
true
\ No newline at end of file
mobile/build.gradle
View file @
b74086b5
apply
plugin:
'com.android.application'
apply
plugin:
'me.tatarka.retrolambda'
//
apply plugin: 'me.tatarka.retrolambda'
android
{
compileSdkVersion
rootProject
.
ext
.
compileSdkVersion
...
...
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