mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
0c7981dc26
This reverts commit 23afa02cad957e4426cc7fc872910c6f0b556cb5. Change-Id: I0dc76749a7084473a5c15e84032f0ba5058cac72 Conflicts: attachment-viewer/build.gradle library/ui-styles/build.gradle matrix-sdk-android-rx/build.gradle matrix-sdk-android/build.gradle vector/build.gradle
8 lines
161 B
Groovy
8 lines
161 B
Groovy
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
}
|
|
|
|
sourceCompatibility = "8"
|
|
targetCompatibility = "8"
|