Composer compiling and running

This commit is contained in:
Benoit Marty 2022-11-08 13:49:50 +01:00
parent 560d2a3291
commit 804965981a
69 changed files with 6463 additions and 17 deletions

View 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")
}