Continue cleaning gradle files

This commit is contained in:
ganfra 2022-12-08 18:52:55 +01:00
parent 8b53edc524
commit ef0252aa94
18 changed files with 112 additions and 108 deletions

View file

@ -1,5 +1,5 @@
plugins {
id("io.element.android-compose")
id("io.element.android-compose-library")
}
android {

View file

@ -1,7 +1,6 @@
plugins {
id("io.element.android-compose")
// TODO Move to common config
id("com.google.devtools.ksp") version "1.7.20-1.0.7"
id("io.element.android-compose-library")
alias(libs.plugins.ksp)
}
android {
@ -9,9 +8,8 @@ android {
dependencies {
// Should not be there, but this is a POC
implementation("io.coil-kt:coil-compose:2.2.1")
implementation(libs.coil.compose)
implementation(libs.accompanist.systemui)
// TODO Move to common config
ksp("com.airbnb.android:showkase-processor:1.0.0-beta14")
ksp(libs.showkase.processor)
}
}

View file

@ -11,7 +11,7 @@ dependencies {
api(project(":libraries:rustSdk"))
implementation(project(":libraries:core"))
implementation(libs.timber)
implementation("net.java.dev.jna:jna:5.10.0@aar")
implementation("net.java.dev.jna:jna:5.12.1@aar")
implementation(libs.coil.compose)
implementation(libs.androidx.datastore.preferences)
implementation(libs.serialization.json)

View file

@ -1,7 +1,6 @@
plugins {
id("io.element.android-compose")
// TODO Move to common config
id("com.google.devtools.ksp") version "1.7.20-1.0.7"
id("io.element.android-compose-library")
alias(libs.plugins.ksp)
}
android {
@ -17,6 +16,5 @@ dependencies {
implementation(libs.wysiwyg)
implementation(libs.androidx.constraintlayout)
implementation("com.google.android.material:material:1.7.0")
// TODO Move to common config
ksp("com.airbnb.android:showkase-processor:1.0.0-beta14")
ksp(libs.showkase.processor)
}