android: version bump

This commit is contained in:
Kavish Devar
2026-04-28 12:13:14 +05:30
parent 9eb6010a25
commit 3e89d7f41b
3 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ android {
applicationId = "me.kavishdevar.librepods" applicationId = "me.kavishdevar.librepods"
minSdk = 33 minSdk = 33
targetSdk = 37 targetSdk = 37
versionCode = 43 versionCode = 46
versionName = appVersionName versionName = appVersionName
} }
buildTypes { buildTypes {

View File

@@ -1,7 +1,7 @@
id=librepods id=librepods
name=LibrePods name=LibrePods
version=v0.2.0 version=v0.2.6
versionCode=34 versionCode=46
author=@kavishdevar author=@kavishdevar
description=Installs LibrePods as a system app for granting BLUETOOTH_PRIVILEGED and MODIFY_PHONE_STATE permission for better integraion with android. 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 updateJson=https://raw.githubusercontent.com/kavishdevar/librepods/main/update_nonpatch.json

View File

@@ -1,6 +1,6 @@
{ {
"version": "v0.2.3", "version": "v0.2.6",
"versionCode": 36, "versionCode": 46,
"zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.3/LibrePods-FOSS-v0.2.3-release.zip", "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" "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/CHANGELOG.md"
} }