Skip to content
Snippets Groups Projects
Commit 63f5c469 authored by Krishna Prasad's avatar Krishna Prasad
Browse files

resovled merge conflict

parents 85cb6542 e2d79298
Branches
No related tags found
No related merge requests found
...@@ -50,15 +50,19 @@ platform :android do ...@@ -50,15 +50,19 @@ platform :android do
desc "build the apk" desc "build the apk"
lane :build do lane :build do
gradle(task: "bundleRelease") gradle(task: "clean assembleDebug")
# gradle(task: "clean assembleDebug")
# gradle(task: "clean assembleRelease") # gradle(task: "clean assembleRelease")
end end
desc "Deploy a new version to the Google Play - Alpha Track" desc "Deploy a new version to the Google Play"
lane :deployToPlaystoreAlpha do lane :deploy do
gradle(task: "bundleRelease") # gradle(task: "clean assembleRelease")
# upload_to_play_store
end
desc "Deploy a new version to the Google Play - Alpha"
lane :deployToplay do
gradle(task: "clean assembleDebug")
upload_to_google_play( upload_to_google_play(
track: "alpha", track: "alpha",
json_key: "/home/karthik_shetty_niveussolutions_c/prj-common-services-01-0c9b948542c2.json", json_key: "/home/karthik_shetty_niveussolutions_c/prj-common-services-01-0c9b948542c2.json",
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
gem 'fastlane-plugin-load_json' gem 'fastlane-plugin-load_json'
gem 'fastlane-plugin-firebase_app_distribution' gem 'fastlane-plugin-firebase_app_distribution'
gem 'fastlane-plugin-upload_to_google_play' gem 'fastlane-plugin-upload_to_play_store'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment