From 6a00d8ce240dc38291e57423f502b1155bf7648e Mon Sep 17 00:00:00 2001 From: Itai Levin <36371414+Electric1447@users.noreply.github.com> Date: Fri, 5 Apr 2024 00:28:32 +0300 Subject: [PATCH] Actually bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c53df75..344ad2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { applicationId "com.dosse.airpods" minSdk 26 targetSdk 34 - versionCode 22 + versionCode 23 versionName '1.10' } @@ -33,4 +33,4 @@ android { dependencies { implementation libs.androidx.appcompat implementation libs.androidx.preference -} \ No newline at end of file +}