Skip to content

Commit

Permalink
Release 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Sep 11, 2024
1 parent 477c4a4 commit 0d549b3
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 = 82
versionName = "0.42.0"
versionCode = 83
versionName = "0.43.0"

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

0 comments on commit 0d549b3

Please sign in to comment.