mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 02:05:36 +00:00
Updated gradle
This commit is contained in:
parent
3cf7570795
commit
1660631048
2 changed files with 21 additions and 13 deletions
|
@ -76,21 +76,29 @@ android {
|
|||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'LICENSES'
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/README.md'
|
||||
exclude 'META-INF/CHANGES'
|
||||
exclude 'META-INF/jersey-module-version'
|
||||
exclude 'META-INF/COPYRIGHT.html'
|
||||
exclude 'META-INF/LICENSE.gpl.txt'
|
||||
exclude 'META-INF/LICENSE.commercial.txt'
|
||||
exclude 'org/apache/**'
|
||||
exclude 'LICENSE-2.0.txt'
|
||||
exclude 'RELEASE.txt'
|
||||
jniLibs {
|
||||
excludes += [
|
||||
'org/apache/**'
|
||||
]
|
||||
}
|
||||
resources {
|
||||
excludes += [
|
||||
'LICENSES',
|
||||
'META-INF/LICENSE.txt',
|
||||
'META-INF/README.md',
|
||||
'META-INF/CHANGES',
|
||||
'META-INF/jersey-module-version',
|
||||
'META-INF/COPYRIGHT.html',
|
||||
'META-INF/LICENSE.gpl.txt',
|
||||
'META-INF/LICENSE.commercial.txt',
|
||||
'LICENSE-2.0.txt',
|
||||
'RELEASE.txt'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.SigningConfig.html
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
// https://developer.android.com/studio/releases/gradle-plugin
|
||||
classpath 'com.android.tools.build:gradle:7.0.3'
|
||||
classpath 'com.android.tools.build:gradle:7.0.4'
|
||||
// https://github.com/bugsnag/bugsnag-android-gradle-plugin
|
||||
// https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android-gradle-plugin
|
||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:7.1.0'
|
||||
|
|
Loading…
Reference in a new issue