Skip to content
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

Distribute by jitpack #56

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

tomorrowkey
Copy link

Motivation

jcenter which is the repository for this app was shutdown at May 1st 2021
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

What changes in this PR

  • Use latest Android Gradle Plugin
  • Update support libraries
  • Use JitPack maven repository
  • Update version code to v1.0.5

You can use this version of library without merging 😉

  allprojects {
    repositories {
+      maven { url 'https://jitpack.io' }
    }
  }
  dependencies {
+   implementation 'com.github.tomorrowkey:Android-ScalableVideoView:1.0.5'
  }

https://jitpack.io/#tomorrowkey/Android-ScalableVideoView

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.

1 participant