mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-27 21:03:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			579 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			579 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| // Top-level build file where you can add configuration options common to all sub-projects/modules.
 | |
| buildscript {
 | |
|     repositories {
 | |
|         jcenter()
 | |
|         mavenCentral()
 | |
|     }
 | |
|     dependencies {
 | |
|         classpath "com.android.tools.build:gradle:${project.gradleVersion}"
 | |
|         classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1'
 | |
|         classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.1'
 | |
|         classpath 'me.tatarka:gradle-retrolambda:3.6.1'
 | |
|     }
 | |
| }
 | |
| 
 | |
| allprojects {
 | |
|     repositories {
 | |
|         jcenter()
 | |
|         maven { url "https://jitpack.io" }
 | |
|     }
 | |
| }
 | 
