Skip to content

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