1
0
mirror of https://github.com/fumiama/simple-dict-android.git synced 2026-06-12 06:00:34 +08:00
1. 修正连接失败处理逻辑
This commit is contained in:
fumiama
2021-04-10 21:44:59 +08:00
parent e76dd415b9
commit 516727ee7e
4 changed files with 23 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.4.32'
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong