question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plain HTTP URL in gradle

See original GitHub issue

F-Droid’s lint just complained about a plain HTTP URL in your build.gradle. Guess a fix should be as easy as adding an ‘s’ to make it https:// – but I’m no Android dev. Could you please fix that? Thanks!

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
DSteve595commented, Oct 20, 2018

When I have a bit of time, I’ll start work on a flavor without that functionality.

0reactions
IzzySoftcommented, Oct 20, 2018

Please let me know when there’s something to pick. I gladly help bringing your app into the official repo if possible – or update mine with the new flavor. Thanks for caring!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Plain URL dependencies - Help/Discuss - Gradle Forums
What's the best way to have a Gradle build depend on a file downloaded from a plain http URL? This is a file...
Read more >
android - Compile Jar from Url in Gradle - Stack Overflow
This works for me: def urlFile = { url, name -> File file = new File("$buildDir/download/${name}.jar") file.
Read more >
Getting Started With Gradle: Dependency Management
We can add a Maven repository to our build by using its url address or its location in the local file system. If...
Read more >
Gradle IDE Pack | Eclipse Plugins, Bundles and Products
We are actively working with owners of existing solutions with plain HTTP entries to fix them. Beginning December 15th, non-compliant ...
Read more >
HttpURLConnection - Android Developers
URL url = new URL("http://www.android.com/"); HttpURLConnection urlConnection = (HttpURLConnection) url.openConnection(); try { InputStream in = new ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found