Skip to content

Commit

Permalink
v0.5.1 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
YenalyLiew committed Oct 14, 2022
1 parent de9c2ea commit 658732a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdk = 24
targetSdk = 33
versionCode = createVersionCode()
versionName = createVersionName(major = 0, minor = 5, patch = 0)
versionName = createVersionName(major = 0, minor = 5, patch = 1)

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 658732a

Please sign in to comment.