1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-22 04:03:05 +08:00
This commit is contained in:
fumiama
2021-03-11 23:28:46 +08:00
parent 1367c96d0d
commit 750f071e1f
8 changed files with 40 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.4.30"
ext.kotlin_version = '1.4.31'
repositories {
google()
jcenter()
@@ -8,7 +8,6 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.20'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files