From 64427356fb7b6813e9373f56c48459701d3c01e5 Mon Sep 17 00:00:00 2001 From: Fox2Code Date: Sat, 26 Feb 2022 00:24:49 +0100 Subject: [PATCH] Update Android Gradle Plugin --- app/build.gradle | 5 +++-- app/src/main/AndroidManifest.xml | 1 - build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9510080..ee5bd64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,6 +35,7 @@ android { lint { disable 'MissingTranslation' } + namespace 'com.fox2code.mmm' } aboutLibraries { @@ -48,8 +49,8 @@ configurations { dependencies { // UI implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.emoji2:emoji2:1.0.1' - implementation 'androidx.emoji2:emoji2-views-helper:1.0.1' + implementation 'androidx.emoji2:emoji2:1.1.0' + implementation 'androidx.emoji2:emoji2-views-helper:1.1.0' implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.recyclerview:recyclerview:1.2.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d143063..3ce948e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ diff --git a/build.gradle b/build.gradle index 13292da..e39403f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } project.ext.latestAboutLibsRelease = "10.0.0-rc01" dependencies { - classpath 'com.android.tools.build:gradle:7.1.1' + classpath 'com.android.tools.build:gradle:7.1.2' classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}" // NOTE: Do not place your application dependencies here; they belong