Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 6442735

Browse files
committed
Update Android Gradle Plugin
1 parent 4466666 commit 6442735

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ android {
3535
lint {
3636
disable 'MissingTranslation'
3737
}
38+
namespace 'com.fox2code.mmm'
3839
}
3940

4041
aboutLibraries {
@@ -48,8 +49,8 @@ configurations {
4849
dependencies {
4950
// UI
5051
implementation 'androidx.appcompat:appcompat:1.4.1'
51-
implementation 'androidx.emoji2:emoji2:1.0.1'
52-
implementation 'androidx.emoji2:emoji2-views-helper:1.0.1'
52+
implementation 'androidx.emoji2:emoji2:1.1.0'
53+
implementation 'androidx.emoji2:emoji2-views-helper:1.1.0'
5354
implementation 'androidx.preference:preference:1.2.0'
5455
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
5556
implementation 'androidx.recyclerview:recyclerview:1.2.1'

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.fox2code.mmm"
54
tools:ignore="QueryAllPackagesPermission">
65

76
<!-- Wifi is not the only way to get an internet connection -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
project.ext.latestAboutLibsRelease = "10.0.0-rc01"
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.1.1'
10+
classpath 'com.android.tools.build:gradle:7.1.2'
1111
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)