You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							850 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							850 B
						
					
					
				
								// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
							 | 
						|
								
							 | 
						|
								android {
							 | 
						|
								  compileOptions {
							 | 
						|
								      sourceCompatibility JavaVersion.VERSION_17
							 | 
						|
								      targetCompatibility JavaVersion.VERSION_17
							 | 
						|
								  }
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
							 | 
						|
								dependencies {
							 | 
						|
								    implementation project(':capacitor-community-sqlite')
							 | 
						|
								    implementation project(':capacitor-mlkit-barcode-scanning')
							 | 
						|
								    implementation project(':capacitor-app')
							 | 
						|
								    implementation project(':capacitor-camera')
							 | 
						|
								    implementation project(':capacitor-clipboard')
							 | 
						|
								    implementation project(':capacitor-filesystem')
							 | 
						|
								    implementation project(':capacitor-share')
							 | 
						|
								    implementation project(':capacitor-status-bar')
							 | 
						|
								    implementation project(':capawesome-capacitor-file-picker')
							 | 
						|
								
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								if (hasProperty('postBuildExtras')) {
							 | 
						|
								  postBuildExtras()
							 | 
						|
								}
							 | 
						|
								
							 |