android: bump version

This commit is contained in:
Kavish Devar
2025-05-19 17:39:55 +05:30
parent c4bc47c48a
commit c95a619465

View File

@@ -13,8 +13,8 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 28
targetSdk = 35
versionCode = 6
versionName = "0.1.0-rc.3"
versionCode = 7
versionName = "0.1.0-rc.4"
}
buildTypes {