diff --git a/Gemfile.lock b/Gemfile.lock index 8fe9b97..3fa1a99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: https://github.com/digital-me/fastlane-plugin-commit_android_version_bump - revision: 5c791192f8fd50f05bfeefcd938ed3954d8fc706 - specs: - fastlane-plugin-commit_android_version_bump (0.1.3) - GEM remote: https://rubygems.org/ specs: @@ -148,7 +142,6 @@ DEPENDENCIES fastlane - fastlane-plugin-commit_android_version_bump! RUBY VERSION ruby 2.0.0p648 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 7d817c0..36afe31 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -11,7 +11,7 @@ # This is the minimum version number required. # Update this, if you use features of a newer version -fastlane_version "1.101.0" +fastlane_version "2.14.2" default_platform :android diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 5d5539b..44dd69d 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -1 +1,2 @@ -gem "fastlane-plugin-commit_android_version_bump", git: "https://github.com/digital-me/fastlane-plugin-commit_android_version_bump" +# TODO: Reimplement our actions in a plugin to be shared between projects. +#gem "fastlane-plugin-commit_android_version_bump", git: "https://github.com/digital-me/fastlane-plugin-commit_android_version_bump"