Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE/1.1.1->MAIN] chore: fastlane 설정 변경 #8

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
● 일부 앱 버그를 수정하고 사용성을 개선헀어요
Loading