Revert "Update Gradle and AGP to v8.0 (#283)" (#295)

This reverts commit cda0606a0d.
This commit is contained in:
Jorge Martin Espinosa 2023-04-04 16:44:01 +02:00 committed by GitHub
parent cb3a6fc716
commit 610e4aa8b6
19 changed files with 28 additions and 68 deletions

View file

@ -18,8 +18,15 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("io.element.android-library")
alias(libs.plugins.stemlibrary)
}
android {
namespace = "io.element.android.libraries.ui.strings"
}
// forcing the stem string template generator to be cacheable, without this the templates
// are regenerated causing the app module to recompile its sources
tasks.withType(com.likethesalad.android.templates.common.tasks.BaseTask::class.java) {
outputs.cacheIf { true }
}