mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Migrate WebViewActivity to Compose
This commit is contained in:
		| @@ -139,12 +139,15 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     // Compose | ||||
|     implementation(compose.activity) | ||||
|     implementation(compose.foundation) | ||||
|     implementation(compose.material3.core) | ||||
|     implementation(compose.material3.adapter) | ||||
|     implementation(compose.material.icons) | ||||
|     implementation(compose.animation) | ||||
|     implementation(compose.ui.tooling) | ||||
|     implementation(compose.accompanist.webview) | ||||
|  | ||||
|     implementation(androidx.paging.runtime) | ||||
|     implementation(androidx.paging.compose) | ||||
| @@ -154,7 +157,6 @@ dependencies { | ||||
|     implementation(libs.sqldelight.android.paging) | ||||
|  | ||||
|     implementation(kotlinx.reflect) | ||||
|  | ||||
|     implementation(kotlinx.bundles.coroutines) | ||||
|  | ||||
|     // Source models and interfaces from Tachiyomi 1.x | ||||
|   | ||||
		Reference in New Issue
	
	Block a user