mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-17 02:15:17 +08:00
6 lines
108 B
Groovy
6 lines
108 B
Groovy
|
apply plugin: 'java-library'
|
||
|
|
||
|
dependencies {
|
||
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||
|
}
|