| 
									
										
										
										
											2021-01-05 23:13:38 +00:00
										 |  |  | apply plugin: 'com.android.library' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | android { | 
					
						
							|  |  |  |     buildToolsVersion BUILD_TOOL_VERSION | 
					
						
							|  |  |  |     compileSdkVersion COMPILE_SDK | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     defaultConfig { | 
					
						
							|  |  |  |         minSdkVersion MINIMUM_SDK | 
					
						
							|  |  |  |         targetSdkVersion TARGET_SDK | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     compileOptions { | 
					
						
							|  |  |  |         sourceCompatibility JAVA_VERSION | 
					
						
							|  |  |  |         targetCompatibility JAVA_VERSION | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dependencies { | 
					
						
							|  |  |  |     lintChecks project(':lintchecks') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-14 17:57:04 +00:00
										 |  |  |     api libs.androidx.annotation | 
					
						
							| 
									
										
										
										
											2021-01-05 23:13:38 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |     implementation project(':core-util') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-14 17:57:04 +00:00
										 |  |  |     implementation(libs.bundles.mp4parser) { | 
					
						
							| 
									
										
										
										
											2021-01-05 23:13:38 +00:00
										 |  |  |         exclude group: 'junit', module: 'junit' | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } |