From 935853cfd295fd89fc2194b1f79d6147aa82bcd8 Mon Sep 17 00:00:00 2001 From: lucky <> Date: Tue, 8 Feb 2022 02:16:26 +0300 Subject: [PATCH] update gradle --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 91eef36..481b471 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,12 +4,12 @@ plugins { } android { - compileSdk 31 + compileSdk 32 defaultConfig { applicationId "me.lucky.wasted" minSdk 23 - targetSdk 31 + targetSdk 32 versionCode 21 versionName "1.3.1" diff --git a/build.gradle b/build.gradle index c15619e..9262dea 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.4' + classpath 'com.android.tools.build:gradle:7.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10" // NOTE: Do not place your application dependencies here; they belong