Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hegleB committed Mar 14, 2024
1 parent 06192d5 commit 272039c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AOS/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "boostcamp.and07.mindsync"
minSdk = 26
targetSdk = 34
versionCode = 8
versionName = "1.0.1"
versionCode = 9
versionName = "1.0.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BASE_URL", "$url")
Expand Down

0 comments on commit 272039c

Please sign in to comment.