From dab3b6052571714a44c292e02e7847305a8c6bc0 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 4 Feb 2025 14:18:52 +0100 Subject: [PATCH] version bump to 2.17.10 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8895988ea9d4a6abeff2191dbab8ffae40da80a7..73e3aa833a1810eda12827a485d3d7ee126fcab9 100644 --- a/build.gradle +++ b/build.gradle @@ -113,8 +113,8 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 34 - versionCode 42131 - versionName "2.17.9" + versionCode 42132 + versionName "2.17.10" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId