Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Sep 18, 2024
1 parent fe13761 commit 624eac6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmarks/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
}

dependencies {
androidTestImplementation("io.realm.kotlin:library-sync:${Realm.version}")
androidTestImplementation("io.realm.kotlin:library-base:${Realm.version}")
androidTestImplementation("androidx.test:runner:${Versions.androidxTest}")
androidTestImplementation("androidx.test.ext:junit:${Versions.androidxJunit}")
androidTestImplementation("junit:junit:${Versions.junit}")
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/jvmApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply(plugin = "kotlin")

dependencies {
jmh(project(":shared"))
jmh("io.realm.kotlin:library-sync:${Realm.version}")
jmh("io.realm.kotlin:library-base:${Realm.version}")
jmh("org.openjdk.jmh:jmh-core:${Versions.jmh}")
jmh("org.openjdk.jmh:jmh-generator-annprocess:${Versions.jmh}")
}
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("io.realm.kotlin:library-sync:${Realm.version}")
implementation("io.realm.kotlin:library-base:${Realm.version}")
}
}
val androidMain by getting
Expand Down
2 changes: 1 addition & 1 deletion examples/realm-java-compatibility/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

implementation "io.realm.kotlin:library-sync:${Realm.version}"
implementation "io.realm.kotlin:library-base:${Realm.version}"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down

0 comments on commit 624eac6

Please sign in to comment.