android: bump version

This commit is contained in:
Kavish Devar
2026-04-23 04:15:43 +05:30
parent 481d5f13cf
commit d82e4e2427

View File

@@ -28,8 +28,8 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 33
targetSdk = 37
versionCode = 32
versionName = "0.2.1"
versionCode = 33
versionName = "0.2.2"
}
buildTypes {
release {