79257800

Date: 2024-12-06 11:28:22
Score: 1
Natty:
Report link

Seems like they changed repository URL. Early I had

maven {url "https://linphone.org/releases/maven_repository/"}

in build.gradle project-level file and faced the same issue.

Now I have replaced it with

maven {url "https://download.linphone.org/releases/maven_repository/"}

Found this in their commit on github: https://github.com/BelledonneCommunications/linphone-android/commit/c4eb74ff0dc25a9476eb71113059b2f7599183eb

Now project builds fine.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex