From 49b682f0f30d261432fe50910d7be15e8a82176a Mon Sep 17 00:00:00 2001 From: Rurirei <72071920+rurirei@users.noreply.github.com> Date: Tue, 20 Oct 2020 07:10:19 +0800 Subject: [PATCH] target 30 * update dependencies --- V2rayNG/build.gradle | 2 +- V2rayNG/gradle.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/V2rayNG/build.gradle b/V2rayNG/build.gradle index 7b3fdbb2..7615c167 100644 --- a/V2rayNG/build.gradle +++ b/V2rayNG/build.gradle @@ -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 diff --git a/V2rayNG/gradle.properties b/V2rayNG/gradle.properties index cd501cb8..6c31f890 100644 --- a/V2rayNG/gradle.properties +++ b/V2rayNG/gradle.properties @@ -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