mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Use lite compose-ui-tooling module on release builds (#9630)
The size reduction is minuscule but it's there.
This commit is contained in:
		@@ -158,7 +158,8 @@ dependencies {
 | 
			
		||||
    implementation(compose.material.icons)
 | 
			
		||||
    implementation(compose.animation)
 | 
			
		||||
    implementation(compose.animation.graphics)
 | 
			
		||||
    implementation(compose.ui.tooling)
 | 
			
		||||
    debugImplementation(compose.ui.tooling)
 | 
			
		||||
    implementation(compose.ui.tooling.preview)
 | 
			
		||||
    implementation(compose.ui.util)
 | 
			
		||||
    implementation(compose.accompanist.webview)
 | 
			
		||||
    implementation(compose.accompanist.permissions)
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,7 @@ foundation = { module = "androidx.compose.foundation:foundation" }
 | 
			
		||||
animation = { module = "androidx.compose.animation:animation" }
 | 
			
		||||
animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
 | 
			
		||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
 | 
			
		||||
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
 | 
			
		||||
ui-util = { module = "androidx.compose.ui:ui-util" }
 | 
			
		||||
 | 
			
		||||
material3-core = { module = "androidx.compose.material3:material3" }
 | 
			
		||||
 
 | 
			
		||||
@@ -30,7 +30,8 @@ dependencies {
 | 
			
		||||
    implementation(compose.material.icons)
 | 
			
		||||
    implementation(compose.animation)
 | 
			
		||||
    implementation(compose.animation.graphics)
 | 
			
		||||
    implementation(compose.ui.tooling)
 | 
			
		||||
    debugImplementation(compose.ui.tooling)
 | 
			
		||||
    implementation(compose.ui.tooling.preview)
 | 
			
		||||
    implementation(compose.ui.util)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user