android: fix left/right serial numbers in m3e

This commit is contained in:
Kavish Devar
2026-06-21 03:51:15 +05:30
parent cd40975a1f
commit cb0c46dc33
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import java.util.Properties
val appVersionName = "1.0.0-rc1"
val appVersionName = "1.0.0-rc2"
plugins {
alias(libs.plugins.android.application)
@@ -49,7 +49,7 @@ android {
defaultConfig {
applicationId = "me.kavishdevar.librepods"
targetSdk = 37
versionCode = 61
versionCode = 63
versionName = appVersionName
}
buildTypes {