mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
6 lines
108 B
Groovy
6 lines
108 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
dependencies {
|
||
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||
|
}
|