Skip to content
Snippets Groups Projects
build.gradle 801 B
Newer Older
Geoffrey Métais's avatar
Geoffrey Métais committed
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    ext.android_plugin_version = '7.3.1'
Geoffrey Métais's avatar
Geoffrey Métais committed
    repositories {
        flatDir dirs: "gradle/plugins"
Geoffrey Métais's avatar
Geoffrey Métais committed
        google()
        mavenCentral()
Geoffrey Métais's avatar
Geoffrey Métais committed
    dependencies {
Geoffrey Métais's avatar
Geoffrey Métais committed
        classpath "com.android.tools.build:gradle:$android_plugin_version"
Geoffrey Métais's avatar
Geoffrey Métais committed
        classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
        classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.2'
Geoffrey Métais's avatar
Geoffrey Métais committed
allprojects {
    repositories {
Geoffrey Métais's avatar
Geoffrey Métais committed
        google()
    libvlcVersion = '4.0.0-eap17'
    minSdkVersion = 17
Nicolas Pomepuy's avatar
Nicolas Pomepuy committed
    targetSdkVersion = 30
    compileSdkVersion = 31
    androidxLegacyVersion = '1.0.0'
    androidxAnnotationVersion = '1.3.0'