yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

Distribute by jitpack #56

Open tomorrowkey opened 2 years ago

tomorrowkey commented 2 years ago

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


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