11 lines
		
	
	
		
			210 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| ext {
 | |
|     extName = 'Ayatoon'
 | |
|     extClass = '.Ayatoon'
 | |
|     themePkg = 'mangathemesia'
 | |
|     baseUrl = 'https://ayatoon.com'
 | |
|     overrideVersionCode = 0
 | |
|     isNsfw = false
 | |
| }
 | |
| 
 | |
| apply from: "$rootDir/common.gradle"
 | 
