Skip to content

Gradle4.4 #802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2018
Merged

Gradle4.4 #802

merged 2 commits into from
Apr 13, 2018

Conversation

rogerhu
Copy link
Contributor

@rogerhu rogerhu commented Apr 13, 2018

@rogerhu
Copy link
Contributor Author

rogerhu commented Apr 13, 2018

ext.androidJar = "${android.sdkDirectory}/platforms/${android.compileSdkVersion}/android.jar"
classpath = files(variant.javaCompile.classpath.files) + files(ext.androidJar)

doFirst {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move out of the initialization phase

@codecov
Copy link

codecov bot commented Apr 13, 2018

Codecov Report

Merging #802 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #802   +/-   ##
=========================================
  Coverage     53.35%   53.35%           
  Complexity     1749     1749           
=========================================
  Files           132      132           
  Lines         10268    10268           
  Branches       1426     1426           
=========================================
  Hits           5478     5478           
  Misses         4337     4337           
  Partials        453      453

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b1fde5...e765aaa. Read the comment docs.

@Jawnnypoo
Copy link
Member

Oh, nice!

@Jawnnypoo Jawnnypoo merged commit 332f02c into parse-community:master Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants