Skip to content

Commit fd3774b

Browse files
committed
android: bump version
1 parent b733694 commit fd3774b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.Properties
22

3-
val appVersionName = "0.2.8"
3+
val appVersionName = "0.2.9"
44

55
plugins {
66
alias(libs.plugins.android.application)
@@ -30,7 +30,7 @@ android {
3030
applicationId = "me.kavishdevar.librepods"
3131
minSdk = 33
3232
targetSdk = 37
33-
versionCode = 49
33+
versionCode = 50
3434
versionName = appVersionName
3535
}
3636
buildTypes {

0 commit comments

Comments
 (0)