1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-10-16 06:27:32 +00:00

Optimize builds a bit where possible

This commit is contained in:
Steffo 2024-01-09 08:40:54 +01:00
parent 2ef4186968
commit 1b7705df63
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 3 additions and 2 deletions

View file

@ -62,7 +62,7 @@ dependencies {
implementation("androidx.navigation:navigation-fragment-ktx:2.7.5")
implementation("androidx.navigation:navigation-ui-ktx:2.7.5")
implementation("androidx.compose.material3:material3:1.1.2")
implementation("androidx.compose.material:material-icons-extended") // TODO: Remove stuff with ProGuard?
implementation("androidx.compose.material:material-icons-extended")
implementation("org.matrix.android:matrix-android-sdk2:1.5.30")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")

View file

@ -20,4 +20,5 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
org.gradle.unsafe.configuration-cache=true