Skip to content

Commit

Permalink
Merge pull request #8 from depromeet/release/1.1.1
Browse files Browse the repository at this point in the history
[RELEASE/1.1.1->MAIN] chore: fastlane 설정 변경
  • Loading branch information
CChuYong authored Feb 10, 2024
2 parents f1e36b5 + 178da8a commit a6476b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ val secretProperties = Properties().apply {
load(secretFile.inputStream())
}

val majorVersion = 1
val minorVersion = 1
val patchVersion = 1

android {
namespace = "com.no5ing.bbibbi"
Expand All @@ -50,7 +47,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 11011
versionName = "1.1.0"
versionName = "1.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
● Fixed some minor bugs and improved usability
1 change: 1 addition & 0 deletions fastlane/metadata/android/ko-KR/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
● 일부 앱 버그를 수정하고 사용성을 개선헀어요

0 comments on commit a6476b3

Please sign in to comment.