mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-07 06:23:55 +01:00
beb2b1e8a0
Change-Id: I3cc03216236097f4ba7b9de320fc927a603885a3
6 lines
108 B
Groovy
6 lines
108 B
Groovy
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
}
|