1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-21 19:42:05 +01:00

gradle: add Android jar to smack-android-extensions compile classpath

This commit is contained in:
Florian Schmaus 2020-03-07 20:08:01 +01:00
parent f7eaa3cc9e
commit 7b002ea214

View file

@ -6,4 +6,7 @@ Extra Smack extensions for Android."""
dependencies {
compile project(':smack-android')
compile project(':smack-extensions')
// Add the Android jar to the Eclipse .classpath.
compileClasspath files(androidBootClasspath)
}