mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-11 17:16:10 +01:00
6 lines
108 B
Groovy
6 lines
108 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
dependencies {
|
||
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||
|
}
|