This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ android {
3535 lint {
3636 disable ' MissingTranslation'
3737 }
38+ namespace ' com.fox2code.mmm'
3839}
3940
4041aboutLibraries {
@@ -48,8 +49,8 @@ configurations {
4849dependencies {
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'
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments