Skip to content

Commit 6943925

Browse files
committed
android: bump version
1 parent 810a3c9 commit 6943925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "me.kavishdevar.librepods"
1414
minSdk = 28
1515
targetSdk = 35
16-
versionCode = 5
17-
versionName = "0.1.0-rc.2"
16+
versionCode = 6
17+
versionName = "0.1.0-rc.3"
1818
}
1919

2020
buildTypes {

0 commit comments

Comments
 (0)