Composer compiling and running
This commit is contained in:
parent
560d2a3291
commit
804965981a
69 changed files with 6463 additions and 17 deletions
11
libraries/elementresources/build.gradle.kts
Normal file
11
libraries/elementresources/build.gradle.kts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
plugins {
|
||||
id("io.element.android-library")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "io.element.android.x.element.resources"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.google.android.material:material:1.7.0")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue