Skip to content

Commit 0807ff1

Browse files
authored
feat: bump obdmetrics to 11.12
1 parent 642cc6f commit 0807ff1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ android {
8181
resValue "string", "DEFAULT_PROFILE", "profile_8"
8282
resValue "string", "applicationId", "org.obd.graphs.my.giulia.aa"
8383
applicationId "org.obd.graphs.my.giulia.aa"
84-
versionCode 208
84+
versionCode 213
8585
}
8686

8787
giuliaPerformanceMonitor {
8888
dimension "version"
8989
resValue "string", "DEFAULT_PROFILE", "profile_8"
9090
resValue "string", "applicationId", "org.obd.graphs.my.giulia.performance_monitor"
9191
applicationId "org.obd.graphs.my.giulia.performance_monitor"
92-
versionCode 97
92+
versionCode 100
9393
}
9494

9595
giulia {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ android.useAndroidX=true
1919
android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
obdMetricVersion=11.11.0-SNAPSHOT
22+
obdMetricVersion=11.12.0-SNAPSHOT

0 commit comments

Comments
 (0)