1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 01:29:38 +02:00

Bump minimum Android SDK level to 23

This commit is contained in:
Florian Schmaus 2024-10-04 19:13:41 +02:00
parent c35443928c
commit 34f490ff15
4 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
ext {
javaVersion = JavaVersion.VERSION_11
javaMajor = javaVersion.getMajorVersion()
smackMinAndroidSdk = 21
smackMinAndroidSdk = 23
androidBootClasspath = { getAndroidRuntimeJar() }
}