From 17f92a71aaeb4912495b6417fe027d3d5e658585 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 5 Dec 2021 14:08:25 +0800 Subject: [PATCH] Update gradle library dependencies. * AGP to 7.0.3 * AndroidX AppCompat to 1.4.0 --- app/build.gradle | 2 +- build.gradle | 2 +- love/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b3fe618f..a0d1279b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,6 +40,6 @@ android { dependencies { api 'androidx.multidex:multidex:2.0.1' api fileTree(dir: 'libs', include: ['*.jar']) - api 'androidx.appcompat:appcompat:1.2.0' + api 'androidx.appcompat:appcompat:1.4.0' api project(':love') } diff --git a/build.gradle b/build.gradle index 61f2373e..f9147d41 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.1' + classpath 'com.android.tools.build:gradle:7.0.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/love/build.gradle b/love/build.gradle index 75e7ebcd..6c3f540e 100644 --- a/love/build.gradle +++ b/love/build.gradle @@ -112,5 +112,5 @@ android { dependencies { api fileTree(dir: 'libs', include: ['*.jar']) - api 'androidx.appcompat:appcompat:1.2.0' + api 'androidx.appcompat:appcompat:1.4.0' }