Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Jul 12, 2024
1 parent 74fab72 commit 051fd67
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 @@ -18,8 +18,8 @@ android {

defaultConfig {
applicationId = "com.kafka.user"
versionCode = 68
versionName = "0.28.0"
versionCode = 69
versionName = "0.29.0"

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

0 comments on commit 051fd67

Please sign in to comment.