[Android] Remove useless bintray repository
Nicolas Pomepuy
git at videolan.org
Tue Jul 20 04:12:09 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jul 20 06:07:14 2021 +0200| [6a1c800ba4b60445cfe8d007df8f763052934ffb] | committer: Nicolas Pomepuy
Remove useless bintray repository
> https://code.videolan.org/videolan/vlc-android/commit/6a1c800ba4b60445cfe8d007df8f763052934ffb
---
build.gradle | 4 ----
1 file changed, 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 9875d4948..867aca7e4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,6 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:$android_plugin_version"
- classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.2'
@@ -22,9 +21,6 @@ buildscript {
allprojects {
repositories {
google()
- maven {
- url "https://dl.bintray.com/videolan/Android"
- }
jcenter()
}
tasks.withType(Javadoc) {
More information about the Android
mailing list