Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hegleB committed Jan 24, 2024
1 parent b3f6763 commit c8d67a7
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 @@ -31,8 +31,8 @@ android {
applicationId = "boostcamp.and07.mindsync"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 8
versionName = "1.0.1"

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

0 comments on commit c8d67a7

Please sign in to comment.