mirror of
https://github.com/Fox2Code/FoxMagiskModuleManager
synced 2024-11-14 18:12:46 +00:00
Update Android Gradle Plugin
This commit is contained in:
parent
44666666ba
commit
64427356fb
@ -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'
|
||||||
|
@ -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 -->
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user