From a5238265298275f73a4b31071c7fb4a7732fe27b Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 5 Feb 2024 15:20:56 -0500 Subject: [PATCH] Upping version. --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6c871e094..a11b51afa 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,8 +20,8 @@ android { namespace = "com.jerboa" minSdk = 26 targetSdk = 34 - versionCode = 55 - versionName = "0.0.55" + versionCode = 56 + versionName = "0.0.56" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {