kopia lustrzana https://github.com/ryukoposting/Signal-Android
				
				
				
			
		
			
				
	
	
		
			29 wiersze
		
	
	
		
			563 B
		
	
	
	
		
			Groovy
		
	
	
			
		
		
	
	
			29 wiersze
		
	
	
		
			563 B
		
	
	
	
		
			Groovy
		
	
	
| 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')
 | |
| 
 | |
|     api libs.androidx.annotation
 | |
| 
 | |
|     implementation project(':core-util')
 | |
| 
 | |
|     implementation(libs.bundles.mp4parser) {
 | |
|         exclude group: 'junit', module: 'junit'
 | |
|     }
 | |
| }
 |