SimpleMobileTools / Simple-Camera

Quick photo and video camera with a flash, customizable aspect ratio.
https://www.simplemobiletools.com
GNU General Public License v3.0
750 stars 288 forks source link

F-Droid build failed #365

Closed linsui closed 1 year ago

linsui commented 1 year ago
Execution failed for task ':app:mergeFdroidReleaseNativeLibs'.
> Could not resolve all files for configuration ':app:fdroidReleaseRuntimeClasspath'.
   > Could not resolve com.github.SimpleMobileTools:Simple-Commons:65cfdf3725.
     Required by:
         project :app
      > Could not resolve com.github.SimpleMobileTools:Simple-Commons:65cfdf3725.
         > Could not get resource 'https://jcenter.bintray.com/com/github/SimpleMobileTools/Simple-Commons/65cfdf3725/Simple-Commons-65cfdf3725.pom'.
            > Could not GET 'https://jcenter.bintray.com/com/github/SimpleMobileTools/Simple-Commons/65cfdf3725/Simple-Commons-65cfdf3725.pom'. Received status code 504 from server: Gateway Time-out

This should be resolved to jitpack but jcenter is searched first and break the build. Since JCenter will be shutdown finally, could you please remove it? Thanks!

tibbi commented 1 year ago

we are not using jcenter

linsui commented 1 year ago

Then could you please just remove it from https://github.com/SimpleMobileTools/Simple-Camera/blob/8cdbdad22a9560f788144d70ff4583382d20973f/build.gradle#L8? Thanks!

tibbi commented 1 year ago

will do someday, just ignore it

linsui commented 1 year ago

The jcenter is above the jitpack repo. If jcenter has some network issue the dependency resolving will fail as shown above. Anyway, I'll patch it out if it keeps failing.

tibbi commented 1 year ago

never had any problems with it