Android-ScalableVideoView icon indicating copy to clipboard operation
Android-ScalableVideoView copied to clipboard

Distribute by jitpack

Open tomorrowkey opened this issue 1 year ago • 0 comments

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

tomorrowkey avatar Jul 20 '22 05:07 tomorrowkey