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