101 Star 937 Fork 278

CarGuo / GSYVideoPlayer

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 469 Bytes
Copy Edit Raw Blame History
CarGuo authored 2023-05-24 14:59 . update AGP8 & fix #3808
buildscript {
apply from: "gradle/dependencies.gradle"
repositories {
google()
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.1'
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://maven.aliyun.com/repository/public" }
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/CarGuo/GSYVideoPlayer.git
git@gitee.com:CarGuo/GSYVideoPlayer.git
CarGuo
GSYVideoPlayer
GSYVideoPlayer
master

Search