From 3321bb1c431303742f5805356454f4f7aa485a02 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Thu, 30 Apr 2026 01:07:43 +0530 Subject: [PATCH] android: 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 3edf4d7..c621006 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -1,6 +1,6 @@ import java.util.Properties -val appVersionName = "0.2.7" +val appVersionName = "0.2.8" plugins { alias(libs.plugins.android.application) @@ -30,7 +30,7 @@ android { applicationId = "me.kavishdevar.librepods" minSdk = 33 targetSdk = 37 - versionCode = 47 + versionCode = 48 versionName = appVersionName } buildTypes {