Skip to content

Commit

Permalink
chore: v4.10.1 release
Browse files Browse the repository at this point in the history
MohamadJaara committed Jan 25, 2025

Verified

This commit was signed with the committer’s verified signature.
MohamadJaara Mohamad Jaara
1 parent 595f9d6 commit 55aeef6
Showing 2 changed files with 4 additions and 4 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
@@ -26,7 +26,7 @@ object AndroidSdk {

object AndroidApp {
const val id = "com.wire.android"
const val versionName = "4.10.0"
const val versionName = "4.10.1"
val versionCode by lazy {
Versionizer(_rootDir).versionCode
}
6 changes: 3 additions & 3 deletions default.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"application_is_private_build": false,
"development_api_enabled": false,
"encrypt_proteus_storage": true,
"analytics_enabled": false,
"analytics_enabled": true,
"analytics_app_key": "4483f7a58ae3e70b3780319c4ccb5c88a037be49",
"analytics_server_url": "https://countly.wire.com/"
},
@@ -30,8 +30,8 @@
"default_backend_url_website": "https://wire.com",
"default_backend_title": "wire-staging",
"encrypt_proteus_storage": false,
"analytics_enabled": false,
"picture_in_picture_enabled": true,
"analytics_enabled": false,
"analytics_app_key": "8ffae535f1836ed5f58fd5c8a11c00eca07c5438",
"analytics_server_url": "https://countly.wire.com/"
},
@@ -79,7 +79,7 @@
"analytics_enabled": true,
"picture_in_picture_enabled": true,
"analytics_app_key": "8ffae535f1836ed5f58fd5c8a11c00eca07c5438",
"analytics_server_url": "https://countly.wire.com/",
"analytics_server_url": "https://countly.wire.com/"
},
"fdroid": {
"application_id": "com.wire",

0 comments on commit 55aeef6

Please sign in to comment.