summaryrefslogtreecommitdiff
path: root/benchmark/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/build.gradle.kts')
-rw-r--r--benchmark/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/build.gradle.kts b/benchmark/build.gradle.kts
index bd20c97..416dced 100644
--- a/benchmark/build.gradle.kts
+++ b/benchmark/build.gradle.kts
@@ -20,7 +20,7 @@ plugins {
}
android {
- namespace = "com.example.benchmark"
+ namespace = "com.google.jetpackcamera.benchmark"
compileSdk = 34
compileOptions {
@@ -65,7 +65,7 @@ android {
dependencies {
implementation("androidx.test.ext:junit:1.1.5")
- implementation("androidx.benchmark:benchmark-macro-junit4:1.2.1")
+ implementation("androidx.benchmark:benchmark-macro-junit4:1.2.2")
}
androidComponents {