| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -23,9 +23,6 @@ android { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    kotlinOptions { | 
					 | 
					 | 
					 | 
					    kotlinOptions { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        jvmTarget = "11" | 
					 | 
					 | 
					 | 
					        jvmTarget = "11" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    lintOptions{ | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        checkDependencies true | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    signingConfigs { | 
					 | 
					 | 
					 | 
					    signingConfigs { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        if (project.hasProperty("RELEASE_STORE_FILE")) { | 
					 | 
					 | 
					 | 
					        if (project.hasProperty("RELEASE_STORE_FILE")) { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -120,6 +117,9 @@ android { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        // Adds exported schema location as test app assets. | 
					 | 
					 | 
					 | 
					        // Adds exported schema location as test app assets. | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        androidTest.assets.srcDirs += files("$projectDir/schemas".toString()) | 
					 | 
					 | 
					 | 
					        androidTest.assets.srcDirs += files("$projectDir/schemas".toString()) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    lint { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					        checkDependencies true | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    tasks.withType(JavaCompile) { | 
					 | 
					 | 
					 | 
					    tasks.withType(JavaCompile) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        //options.compilerArgs << "-Xlint:unchecked" | 
					 | 
					 | 
					 | 
					        //options.compilerArgs << "-Xlint:unchecked" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |