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" }