diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 398a85e..b2eb26e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7bde6a6..4cea11e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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",