Skip to content

Commit

Permalink
Merge pull request #16 from vipulyaara/develop
Browse files Browse the repository at this point in the history
Release 0.17.0
  • Loading branch information
vipulyaara authored Apr 23, 2024
2 parents 9ba7de1 + 8393674 commit 964ed8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {

defaultConfig {
applicationId = "com.kafka.user"
versionCode = 56
versionName = "0.16.0"
versionCode = 57
versionName = "0.17.0"

val properties = Properties()
properties.load(project.rootProject.file("local.properties").inputStream())
Expand Down

0 comments on commit 964ed8f

Please sign in to comment.