mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 14:38:45 +03:00
beb2b1e8a0
Change-Id: I3cc03216236097f4ba7b9de320fc927a603885a3
5 lines
108 B
Groovy
5 lines
108 B
Groovy
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
}
|