Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPierce committed Jun 29, 2024
1 parent e678212 commit 1ebad93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
13 changes: 0 additions & 13 deletions benchmark/benchmark-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@ plugins {

android {
namespace = "dev.scottpierce.kinject.benchmark"
compileSdk = 34

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = "1.8"
}

defaultConfig {
minSdk = 24
testOptions.targetSdk = libs.versions.android.targetSdk.get().toInt()
testInstrumentationRunner = "androidx.benchmark.junit4.AndroidBenchmarkRunner"
}

Expand Down
16 changes: 6 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
[versions]
agp = "8.5.0"
compose = "1.6.8"
junit = "4.13.2"
kotlin = "2.0.0"
kotlinxBenchmark = "0.4.10"
agp = "8.5.0"
junit = "4.13.2"
junitVersion = "1.1.5"
androidx-benchmark = "1.2.4"
runner = "1.6.0"
runner = "1.6.1"
benchmarkJunit4 = "1.2.4"
android-minSdk = "24"
android-targetSdk = "34"
android-compileSdk = "34"
lifecycleViewmodel = "2.8.2"
compose-bom = "2024.06.00"
compose-compiler = "1.5.14"
coreKtx = "1.10.1"
espressoCore = "3.5.1"
coreKtx = "1.13.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.2"
activityCompose = "1.9.0"

[libraries]
androidx-benchmark-junit4 = { group = "androidx.benchmark", name = "benchmark-junit4", version.ref = "benchmarkJunit4" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version = "1.2.1" }
androidx-runner = { group = "androidx.test", name = "runner", version.ref = "runner" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.06.00" }
compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "compose" }
Expand Down
1 change: 0 additions & 1 deletion kinject-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {

android {
namespace = "kinject.android"
compileSdk = libs.versions.android.compileSdk.get().toInt()
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion kinject-compose-viewmodel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ android {
}

dependencies {
api(project(":kinject-android"))
api(project(":kinject-compose"))
api(project(":kinject-viewmodel"))
implementation(libs.androidx.lifecycle.viewmodel.compose)
Expand Down

0 comments on commit 1ebad93

Please sign in to comment.