target 30

* update dependencies
This commit is contained in:
Rurirei
2020-10-20 07:10:19 +08:00
committed by GitHub
parent d5def3bf2f
commit 49b682f0f3
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ buildscript {
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
// NOTE: Do not place your application dependencies here; they belong

View File

@@ -13,9 +13,9 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Fri Jun 02 14:08:42 CST 2017
kotlinVersion=1.4.0
kotlinVersion=1.4.10
supportLibVersion=28.0.0
buildToolsVer=29.0.3
compileSdkVer=29
buildToolsVer=30.0.2
compileSdkVer=30
kotlin.incremental=true
targetSdkVer=29
targetSdkVer=30