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' }