Clean gradle files

This commit is contained in:
fr3ts0n
2021-05-22 14:47:55 +02:00
parent e103541f15
commit 1264f99f66
3 changed files with 8 additions and 19 deletions

View File

@@ -47,5 +47,5 @@ dependencies {
implementation project(':library')
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.github.mik3y:usb-serial-for-android:3.3.0'
implementation 'com.github.anastr:speedviewlib:1.5.3'
implementation 'com.github.anastr:speedviewlib:1.5.5'
}

View File

@@ -1,28 +1,19 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21"
classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
mavenCentral()
google()
maven { url 'https://jitpack.io' }
}
}
repositories {
mavenCentral()
}

View File

@@ -1,9 +1,7 @@
pluginManagement {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
mavenCentral()
google()
maven { url 'https://jitpack.io' }
}
}