AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Why was 3.2.0-beta.1 release removed?

Open akshay-incred opened this issue 1 year ago • 11 comments

Not able to get 3.2.0-beta.1 from maven repo. Can it be added again? @DImuthuUpe

akshay-incred avatar Jul 16 '24 11:07 akshay-incred

Yes, same question

EimantasBingelis avatar Jul 17 '24 08:07 EimantasBingelis

I have the same question too @DImuthuUpe

IronManYG avatar Jul 24 '24 12:07 IronManYG

I am planning to add those to the maven repo this week. If anyone volunteers, it will be a great healp

DImuthuUpe avatar Jul 29 '24 16:07 DImuthuUpe

v2.8.2 also not usable.

itsneeraj92 avatar Jul 30 '24 12:07 itsneeraj92

I am planning to add those to the maven repo this week. If anyone volunteers, it will be a great healp

I am not able to use v2.8.2

itsneeraj92 avatar Jul 30 '24 12:07 itsneeraj92

@DImuthuUpe is this issue resolved? I'm also unable to release via CI since the release can't be found

gabrielaraujoz avatar Aug 05 '24 20:08 gabrielaraujoz

@gabrielaraujoz Can you use jitpack for now? https://www.jitpack.io/#DImuthuUpe/AndroidPdfViewer

DImuthuUpe avatar Aug 06 '24 03:08 DImuthuUpe

@DImuthuUpe Why is this no longer available on google or mavenCentral? When can we expect it to be restored there?

x100111010 avatar Aug 06 '24 08:08 x100111010

@gabrielaraujoz Can you use jitpack for now? https://www.jitpack.io/#DImuthuUpe/AndroidPdfViewer

@itsneeraj92 Adding maven { url 'https://jitpack.io' } to the repositories section in android/build.gradle to resolves the issue for ver 2.8.2

x100111010 avatar Aug 06 '24 19:08 x100111010

Are there any updates on when the stable version will be uploaded to mavenCentral?

haliltprkk avatar Sep 02 '24 07:09 haliltprkk

@DImuthuUpe Has this also disappeared from jitpack now? We're now unable to resolve from there:

   > Could not find com.github.DImuthuUpe:AndroidPDFViewer:3.1.0-beta.1.
     Searched in the following locations:
       - https://www.jitpack.io/com/github/DImuthuUpe/AndroidPDFViewer/3.1.0-beta.1/AndroidPDFViewer-3.1.0-beta.1.pom

The only thing I see in the https://www.jitpack.io/com/github/DImuthuUpe/AndroidPDFViewer/3.1.0-beta.1/ directory is build.log:

https://www.jitpack.io/com/github/DImuthuUpe/AndroidPDFViewer/3.1.0-beta.1/build.log

This shows build failures:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'build'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1.
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.1/gradle-bintray-plugin-1.8.1.pom
         https://dl.google.com/dl/android/maven2/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.1/gradle-bintray-plugin-1.8.1.jar
         https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.1/gradle-bintray-plugin-1.8.1.pom
         https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.8.1/gradle-bintray-plugin-1.8.1.jar
     Required by:
         project :

joshsnelling avatar Sep 18 '24 15:09 joshsnelling