refactor: remove unneeded deps

This commit is contained in:
FunkyMuse 2023-10-02 11:31:06 +02:00
parent ef1895c899
commit f5a7222edd
2 changed files with 0 additions and 7 deletions

View File

@ -111,7 +111,6 @@ dependencies {
implementation(libs.exp4j)
implementation(libs.bundles.lifecycle)
implementation(libs.bundles.compose)
implementation(libs.bundles.accompanist)
debugImplementation(libs.bundles.compose.preview)
implementation(libs.bundles.room)

View File

@ -12,7 +12,6 @@ composeActivity = "1.8.0-rc01"
compose = "1.6.0-alpha06"
composeCompiler = "1.5.3"
composeMaterial3 = "1.2.0-alpha08"
accompanist = "0.33.1-alpha"
#AutoFitTextView
autofittextview = "0.2.1"
#exp4j
@ -65,8 +64,6 @@ auto-fit-text-view = { module = "me.grantland:autofittextview", version.ref = "a
simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" }
#Exp4j
exp4j = { module = "net.objecthunter:exp4j", version.ref = "exp4j" }
#Accompanist
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
[bundles]
compose = [
"compose-activity",
@ -88,9 +85,6 @@ room = [
"androidx-room-ktx",
"androidx-room-runtime",
]
accompanist = [
"accompanist-systemuicontroller",
]
lifecycle = [
"androidx-lifecycle-compose",
"androidx-lifecycle-runtime",