Skip to content

Commit

Permalink
chore: change version name (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaehyuns authored Aug 9, 2024
1 parent ff92279 commit a989387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["runnerBuilder"] = "de.mannodermaus.junit5.AndroidJUnit5Builder"
Expand Down

0 comments on commit a989387

Please sign in to comment.