Skip to content

Commit

Permalink
fix: disabling countly on prod (WPB-14829) (#3708)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Dec 5, 2024
1 parent f719727 commit 6984d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/plugins/src/main/kotlin/AndroidCoordinates.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object AndroidSdk {

object AndroidApp {
const val id = "com.wire.android"
const val versionName = "4.9.1"
const val versionName = "4.9.2"
val versionCode by lazy {
Versionizer(_rootDir).versionCode
}
Expand Down
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"application_is_private_build": false,
"development_api_enabled": false,
"mls_support_enabled": false,
"analytics_enabled": true,
"analytics_enabled": false,
"paginated_conversation_list_enabled": true,
"encrypt_proteus_storage": true,
"analytics_app_key": "4483f7a58ae3e70b3780319c4ccb5c88a037be49",
Expand Down

0 comments on commit 6984d14

Please sign in to comment.