mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Bump minimum Android SDK version to 21
Fixes SMACK-951
This commit is contained in:
parent
b1071412e2
commit
94375e3208
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ allprojects {
|
||||||
// - https://issues.igniterealtime.org/browse/SMACK-858
|
// - https://issues.igniterealtime.org/browse/SMACK-858
|
||||||
jxmppVersion = '[1.0.0, 1.0.999]'
|
jxmppVersion = '[1.0.0, 1.0.999]'
|
||||||
miniDnsVersion = '[1.0.0, 1.0.999]'
|
miniDnsVersion = '[1.0.0, 1.0.999]'
|
||||||
smackMinAndroidSdk = 19
|
smackMinAndroidSdk = 21
|
||||||
junitVersion = '5.7.1'
|
junitVersion = '5.7.1'
|
||||||
commonsIoVersion = '2.6'
|
commonsIoVersion = '2.6'
|
||||||
bouncyCastleVersion = '1.73'
|
bouncyCastleVersion = '1.73'
|
||||||
|
@ -578,7 +578,7 @@ configure (project(':smack-java8-full')) {
|
||||||
configure (androidProjects + androidBootClasspathProjects) {
|
configure (androidProjects + androidBootClasspathProjects) {
|
||||||
apply plugin: 'ru.vyarus.animalsniffer'
|
apply plugin: 'ru.vyarus.animalsniffer'
|
||||||
dependencies {
|
dependencies {
|
||||||
signature "net.sf.androidscents.signature:android-api-level-${smackMinAndroidSdk}:4.4.2_r4@signature"
|
signature "net.sf.androidscents.signature:android-api-level-${smackMinAndroidSdk}:5.0.1_r2@signature"
|
||||||
}
|
}
|
||||||
animalsniffer {
|
animalsniffer {
|
||||||
sourceSets = [sourceSets.main]
|
sourceSets = [sourceSets.main]
|
||||||
|
|
Loading…
Reference in a new issue