Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
QuasselDroid-ng
Commits
af9eea99
There was a problem fetching the pipeline summary.
Commit
af9eea99
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Updated Android Gradle plugin
parent
4f6b0244
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle.kts
+1
-1
1 addition, 1 deletion
build.gradle.kts
gradle.properties
+1
-1
1 addition, 1 deletion
gradle.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
with
3 additions
and
3 deletions
build.gradle.kts
+
1
−
1
View file @
af9eea99
...
...
@@ -4,7 +4,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
(
"com.android.tools.build:gradle:3.1.
1
"
)
classpath
(
"com.android.tools.build:gradle:3.1.
2
"
)
classpath
(
"org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.40"
)
}
}
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
+
1
−
1
View file @
af9eea99
...
...
@@ -12,4 +12,4 @@ org.gradle.jvmargs=-Xmx2048m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel
=
true
# Enable new Android D8 Dexer
android.enableD8
=
true
\ No newline at end of file
android.enableD8
=
true
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
af9eea99
...
...
@@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https://services.gradle.org/distributions/gradle-4.
7
-all.zip
distributionUrl
=
https://services.gradle.org/distributions/gradle-4.
5
-all.zip
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment