From 3e89d7f41bc50135f81c445bad7cbaab1514e403 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Tue, 28 Apr 2026 12:13:14 +0530 Subject: [PATCH] android: version bump --- android/app/build.gradle.kts | 2 +- root-module-manual/module.prop | 4 ++-- update_nonpatch.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 85438d8..5e3c518 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -30,7 +30,7 @@ android { applicationId = "me.kavishdevar.librepods" minSdk = 33 targetSdk = 37 - versionCode = 43 + versionCode = 46 versionName = appVersionName } buildTypes { diff --git a/root-module-manual/module.prop b/root-module-manual/module.prop index 693a9b9..a68a907 100644 --- a/root-module-manual/module.prop +++ b/root-module-manual/module.prop @@ -1,7 +1,7 @@ id=librepods name=LibrePods -version=v0.2.0 -versionCode=34 +version=v0.2.6 +versionCode=46 author=@kavishdevar description=Installs LibrePods as a system app for granting BLUETOOTH_PRIVILEGED and MODIFY_PHONE_STATE permission for better integraion with android. updateJson=https://raw.githubusercontent.com/kavishdevar/librepods/main/update_nonpatch.json diff --git a/update_nonpatch.json b/update_nonpatch.json index 4130319..d43f540 100644 --- a/update_nonpatch.json +++ b/update_nonpatch.json @@ -1,6 +1,6 @@ { - "version": "v0.2.3", - "versionCode": 36, + "version": "v0.2.6", + "versionCode": 46, "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.3/LibrePods-FOSS-v0.2.3-release.zip", "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/CHANGELOG.md" }