Remove shortcuts.xml and Android-Plugin-Framework

This commit is contained in:
2022-04-07 17:16:22 +08:00
parent 5b5512a55a
commit e34451ea47
5 changed files with 8 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -18,7 +18,6 @@ allprojects {
repositories {
google()
mavenCentral()
// maven { url 'https://jitpack.io' }
}
}