Bump gradle from 7.1.3 to 7.2.0 (#1857)

This commit is contained in:
dependabot[bot]
2022-05-26 05:26:52 +00:00
committed by GitHub
parent c42a47ac48
commit fcf0adfd80
3 changed files with 6 additions and 4 deletions

View File

@ -15,6 +15,7 @@ apply from: 'sonarqube.gradle'
apply from: 'hooks.gradle'
android {
namespace 'io.github.wulkanowy'
compileSdkVersion 31
defaultConfig {
@ -136,8 +137,10 @@ android {
}
packagingOptions {
exclude 'META-INF/library_release.kotlin_module'
exclude 'META-INF/library-core_release.kotlin_module'
resources {
excludes += ['META-INF/library_release.kotlin_module',
'META-INF/library-core_release.kotlin_module']
}
}
aboutLibraries {

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="io.github.wulkanowy"
android:installLocation="internalOnly">
<uses-permission android:name="android.permission.INTERNET" />