1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 08:54:49 +02:00
Smack/smack-messenger-android/build.gradle

8 lines
219 B
Groovy
Raw Permalink Normal View History

2020-02-08 17:56:24 +01:00
dependencies {
implementation project(":smack-messenger")
implementation project(":smack-android-extensions")
// Add the Android jar to the Eclipse .classpath.
compileOnly files(androidBootClasspath)
}