updated build config
This commit is contained in:
parent
a683a25d34
commit
557d2842d5
|
@ -46,7 +46,7 @@ subprojects {
|
||||||
SupportTest : '1.0.0',
|
SupportTest : '1.0.0',
|
||||||
MariotakuCommons : '0.9.20',
|
MariotakuCommons : '0.9.20',
|
||||||
RestFu : '0.9.60',
|
RestFu : '0.9.60',
|
||||||
ObjectCursor : '0.9.20',
|
ObjectCursor : '0.9.21',
|
||||||
PlayServices : '11.2.2',
|
PlayServices : '11.2.2',
|
||||||
MapsUtils : '0.5',
|
MapsUtils : '0.5',
|
||||||
DropboxCoreSdk : '3.0.3',
|
DropboxCoreSdk : '3.0.3',
|
||||||
|
@ -75,7 +75,7 @@ subprojects {
|
||||||
GlideOkHttp3 : '1.4.0',
|
GlideOkHttp3 : '1.4.0',
|
||||||
GlideTransformations : '2.0.2',
|
GlideTransformations : '2.0.2',
|
||||||
AndroidImageCropper : '2.4.6',
|
AndroidImageCropper : '2.4.6',
|
||||||
ExportablePreferences: '0.9.6',
|
ExportablePreferences: '0.9.7',
|
||||||
ACRA : '4.9.2',
|
ACRA : '4.9.2',
|
||||||
AbstractTask : '0.9.5',
|
AbstractTask : '0.9.5',
|
||||||
Dagger : '2.11',
|
Dagger : '2.11',
|
||||||
|
|
|
@ -120,13 +120,18 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
|
exclude 'META-INF/LICENSE'
|
||||||
|
exclude 'META-INF/NOTICE'
|
||||||
exclude 'META-INF/DEPENDENCIES'
|
exclude 'META-INF/DEPENDENCIES'
|
||||||
exclude 'META-INF/README'
|
exclude 'META-INF/README'
|
||||||
exclude 'META-INF/INDEX.LIST'
|
exclude 'META-INF/INDEX.LIST'
|
||||||
exclude 'META-INF/maven'
|
exclude 'META-INF/maven/**'
|
||||||
exclude 'generated-sources/'
|
exclude 'META-INF/*.kotlin_module'
|
||||||
exclude 'LICENSE-junit.txt'
|
exclude 'kotlin/*.kotlin_builtins'
|
||||||
|
exclude 'org/osmdroid/**.png'
|
||||||
|
exclude 'generated-sources/**'
|
||||||
exclude 'sdk-version.txt'
|
exclude 'sdk-version.txt'
|
||||||
|
exclude 'build-data.properties'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1 @@
|
||||||
#
|
|
||||||
# Twidere - Twitter client for Android
|
|
||||||
#
|
|
||||||
# Copyright (C) 2012-2017 Mariotaku Lee <mariotaku.lee@gmail.com>
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
|
|
||||||
org.mariotaku.twidere.util.ACRAAnalyzer
|
org.mariotaku.twidere.util.ACRAAnalyzer
|
Loading…
Reference in New Issue