Skip to content

Commit 0c47106

Browse files
authored
Bump version code and version name to 56 and 0.16.3
1 parent a8d7ab6 commit 0c47106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdk = libs.versions.android.minSdk.get().toInt()
1717
targetSdk = libs.versions.android.targetSdk.get().toInt()
1818
applicationId = "dev.anilbeesetti.nextplayer"
19-
versionCode = 55
20-
versionName = "0.16.2"
19+
versionCode = 56
20+
versionName = "0.16.3"
2121
}
2222

2323
buildFeatures {

0 commit comments

Comments
 (0)