Skip to content

Commit

Permalink
Fix AgentData property, bump MP lib version (#4459)
Browse files Browse the repository at this point in the history
Bug: T356938

Co-authored-by: Clare Ming <[email protected]>
  • Loading branch information
cjming and cjming authored Feb 8, 2024
1 parent b3280c9 commit aac4261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ dependencies {
String roomVersion = "2.6.1"
String espressoVersion = '3.5.1'
String serialization_version = '1.6.2'
String metricsVersion = '2.1'
String metricsVersion = '2.2'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object MetricsPlatform {
BuildConfig.FLAVOR + BuildConfig.BUILD_TYPE,
WikipediaApp.instance.appInstallID,
WikipediaApp.instance.currentTheme.toString(),
WikipediaApp.instance.versionCode.toString(),
WikipediaApp.instance.versionCode,
"android",
"app",
WikipediaApp.instance.languageState.systemLanguageCode,
Expand Down

0 comments on commit aac4261

Please sign in to comment.