Skip to content

Commit

Permalink
update versions and cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Feb 15, 2024
1 parent 5aae26b commit cd1117c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
4 changes: 0 additions & 4 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ kotlin {
val wasmJsMain by getting

androidMain.dependencies {
implementation(libs.compose.ui.tooling.preview)
implementation(libs.androidx.activity.compose)

implementation(libs.ktor.client.okhttp)
Expand Down Expand Up @@ -128,9 +127,6 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
dependencies {
debugImplementation(libs.compose.ui.tooling)
}
}

compose {
Expand Down
26 changes: 4 additions & 22 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
[versions]
agp = "8.2.0"
agp = "8.1.2"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.12.0"
androidx-espresso-core = "3.5.1"
androidx-material = "1.11.0"
androidx-test-junit = "1.1.5"
compose = "1.6.0"
compose-plugin = "1.6.0-alpha01"
compose-plugin = "1.6.0-rc01"
exposed = "0.47.0"
junit = "4.13.2"
kotlin = "1.9.21"
kotlin = "1.9.22"
ktor-server = "2.3.8"
ktor-client = "3.0.0-wasm2"
koin = "3.6.0-wasm-alpha2"
procyk-compose = "1.6.0-alpha01.1"
procyk-compose = "1.6.0-rc01.0"
logback = "1.4.14"
postgres = "42.7.1"
dotenv = "6.4.1"
Expand All @@ -28,18 +20,8 @@ dotenvGradle = "4.0.0"
buildKonfig = "0.15.1"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core-ktx" }
androidx-test-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-junit" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-espresso-core" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidx-constraintlayout" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
exposed-core = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" }
exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "exposed" }
Expand Down

0 comments on commit cd1117c

Please sign in to comment.