From 1425a7d7cf3c9b7e4fe5431f374c4074cf79af57 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Sun, 29 Mar 2026 16:07:39 +0530 Subject: [PATCH] bump version --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index e111da4..9531ec1 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "me.kavishdevar.librepods" minSdk = 33 targetSdk = 36 - versionCode = 9 - versionName = "0.2.0" + versionCode = 10 + versionName = "0.2.0-alpha.2" } buildTypes {