kopia lustrzana https://github.com/ryukoposting/Signal-Android
				
				
				
			
		
			
				
	
	
		
			21 wiersze
		
	
	
		
			353 B
		
	
	
	
		
			Groovy
		
	
	
			
		
		
	
	
			21 wiersze
		
	
	
		
			353 B
		
	
	
	
		
			Groovy
		
	
	
| apply plugin: 'java-library'
 | |
| 
 | |
| repositories {
 | |
|     google()
 | |
|     mavenCentral()
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     compileOnly lintLibs.lint.api
 | |
|     compileOnly lintLibs.lint.checks
 | |
| 
 | |
|     testImplementation lintLibs.lint.tests
 | |
|     testImplementation testLibs.junit.junit
 | |
| }
 | |
| 
 | |
| jar {
 | |
|     manifest {
 | |
|         attributes('Lint-Registry-v2': 'org.signal.lint.Registry')
 | |
|     }
 | |
| }
 |