remove gradle again
This commit is contained in:
		| @@ -7,10 +7,14 @@ platform :android do | ||||
|  | ||||
|   desc "Deploy a new version as a preview version" | ||||
|   lane :deploy_testing do | ||||
|     version_name = ENV["VERSION_NAME"] | ||||
|  | ||||
|     sh( | ||||
|       "flutter build appbundle --release", | ||||
|       "--build-name=", | ||||
|       ENV["VERSION_NAME"], | ||||
|       "flutter", | ||||
|       "build", | ||||
|       "appbundle", | ||||
|       "--release", | ||||
|       "--build-name=#{version_name}", | ||||
|       ) | ||||
|      | ||||
|     upload_to_play_store( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user