Update Android Gradle Plugin

This commit is contained in:
Fox2Code 2022-02-26 00:24:49 +01:00
parent 44666666ba
commit 64427356fb
3 changed files with 4 additions and 4 deletions

View File

@ -35,6 +35,7 @@ android {
lint { lint {
disable 'MissingTranslation' disable 'MissingTranslation'
} }
namespace 'com.fox2code.mmm'
} }
aboutLibraries { aboutLibraries {
@ -48,8 +49,8 @@ configurations {
dependencies { dependencies {
// UI // UI
implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.emoji2:emoji2:1.0.1' implementation 'androidx.emoji2:emoji2:1.1.0'
implementation 'androidx.emoji2:emoji2-views-helper:1.0.1' implementation 'androidx.emoji2:emoji2-views-helper:1.1.0'
implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.2.1'

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.fox2code.mmm"
tools:ignore="QueryAllPackagesPermission"> tools:ignore="QueryAllPackagesPermission">
<!-- Wifi is not the only way to get an internet connection --> <!-- Wifi is not the only way to get an internet connection -->

View File

@ -7,7 +7,7 @@ buildscript {
} }
project.ext.latestAboutLibsRelease = "10.0.0-rc01" project.ext.latestAboutLibsRelease = "10.0.0-rc01"
dependencies { 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}" classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong