mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Add new build configuration
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,5 +1,8 @@
 | 
				
			|||||||
 | 
					 | 
				
			||||||
beta_offline_release:
 | 
					beta_offline_release:
 | 
				
			||||||
	flutter build apk --flavor beta -t lib/main_online.dart
 | 
						flutter build apk --flavor beta -t lib/main_online.dart
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					beta_offline_release_split_per_abi:
 | 
				
			||||||
 | 
						flutter build apk --flavor beta -t lib/main_online.dart --target-platform android-arm,android-arm64,android-x64 --split-per-abi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: beta_offline_release
 | 
					.PHONY: beta_offline_release
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user