Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class WPCrashLoggingDataProvider @Inject constructor(
override val enableCrashLoggingLogs: Boolean = false
override val locale: Locale
get() = localeManager.getLocale()
override val releaseName: String = BuildConfig.VERSION_NAME
override val sentryDSN: String = BuildConfig.SENTRY_DSN

override val applicationContextProvider = MutableStateFlow<Map<String, String>>(emptyMap())
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {
// libs
automatticAboutVersion = '1.4.0'
automatticRestVersion = '1.0.8'
automatticTracksVersion = '3.5.0'
automatticTracksVersion = '204-6de0efb95d8415c20ec0fa2fb8bdb23f05f499d5'
gutenbergMobileVersion = 'v1.115.0'
wordPressAztecVersion = 'v2.0'
wordPressFluxCVersion = '2.72.0'
Expand Down