Skip to content

Commit

Permalink
Enabled R8 full mode
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 18, 2024
1 parent 4ad3937 commit 742941b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ dependencies {
implementation(projects.core.designsystem)
implementation(projects.core.navigation)

// androidx appcompat
implementation(libs.androidx.appcompat)

// compose
implementation(libs.androidx.compose.ui)
implementation(libs.androidx.compose.runtime)
Expand Down
Binary file modified app/release/baselineProfiles/0/app-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-release.dm
Binary file not shown.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ android.useAndroidX=true

# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableR8.fullMode=true

# 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,
Expand Down

0 comments on commit 742941b

Please sign in to comment.