Refactor some modules + add dependency management (still WIP)
This commit is contained in:
parent
d1c80438d5
commit
6f0d8936eb
89 changed files with 854 additions and 580 deletions
12
plugins/src/main/java/io.element.android-library.gradle.kts
Normal file
12
plugins/src/main/java/io.element.android-library.gradle.kts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import extension.androidConfig
|
||||
import extension.proguardConfig
|
||||
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
id("kotlin-android")
|
||||
}
|
||||
|
||||
android {
|
||||
androidConfig()
|
||||
proguardConfig()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue