Twidere-App-Android-Twitter.../global.gradle

38 lines
1.2 KiB
Groovy
Raw Normal View History

2015-03-11 15:15:32 +01:00
/*
* Twidere - Twitter client for Android
*
* Copyright (C) 2012-2015 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/>.
*/
android {
compileSdkVersion 23
2015-10-05 12:00:07 +02:00
buildToolsVersion '23.0.1'
2015-03-16 07:34:23 +01:00
lintOptions {
abortOnError false
2015-11-20 09:02:35 +01:00
lintConfig rootProject.file('lint.xml')
2015-03-16 07:34:23 +01:00
}
2015-05-27 18:31:48 +02:00
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
}
2015-03-11 15:15:32 +01:00
}