From c96b7bf513743aab2b3dba6829650f05c94faa99 Mon Sep 17 00:00:00 2001 From: Heon Date: Tue, 13 Aug 2024 21:58:24 +0900 Subject: [PATCH] chore: version up --- .gitignore | 4 +++- app/build.gradle.kts | 2 +- fastlane/Fastfile | 6 ++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4960cd83..2aaba2fb 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ keystore.properties # Keystore Files *.jks -*.keystore \ No newline at end of file +*.keystore + +*.json \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index de1dda7b..ce98c70e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -22,7 +22,7 @@ android { minSdk = 24 targetSdk = 34 versionCode = 13 - versionName = "1.1.0" + versionName = "1.2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e6d5a8c4..9b78da63 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -23,12 +23,10 @@ platform :android do version_code: options[:new_version_code] ) - git_add( - path: ["./app/build.gradle.kts"] - ) git_commit( path: ["./app/build.gradle.kts"], - message: "INCREMENT VERSION CODE" + message: "INCREMENT VERSION CODE", + allow_nothing_to_commit: true ) push_to_git_remote