Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Apr 23, 2024
1 parent 043f496 commit 87852b9
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 = 55
versionName = "0.15.0"
versionCode = 56
versionName = "0.16.0"

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

0 comments on commit 87852b9

Please sign in to comment.