remove gradle again
This commit is contained in:
		
							
								
								
									
										3
									
								
								frontend/android/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								frontend/android/.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,6 @@ | ||||
| gradlew | ||||
| gradlew.bat | ||||
| gradle/ | ||||
| /.gradle | ||||
| /captures/ | ||||
| /local.properties | ||||
|   | ||||
| @@ -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