Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions health-metrics/benchmark/template/app/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 34

namespace "com.google.firebase.benchmark"

defaultConfig {
applicationId 'com.google.firebase.benchmark'
minSdkVersion 29
targetSdkVersion 32
targetSdkVersion 34
versionCode 1
versionName '1.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {

defaultConfig {
minSdk 29
targetSdk 32
targetSdk 34

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
Loading