mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	 ed1485ca22
			
		
	
	
		ed1485ca22
		
			
		
	
	
	
		
			
	
		
	
	
		
			Some checks are pending
		
		
	
	Android CI / Run tests and generate APK (push) Waiting to run
				
			* chore: migrate groovy build files to Kotlin DSL and upgrade AGP chore: use version catalog to manage dependencies chore: move plugins to version catalog remove deprecated way of enabling build-config and redundant code chore: setup triplet-play plugin configuration refactor: move dependency block and tasks to the end of build file refactor: move dependency block and mark redundant dependencies * cleanup: remove redundant dependencies from build file * cleanup: remove git utils file as the functions moved to build file --------- Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
| ## Project-wide Gradle settings.
 | |
| #
 | |
| # For more details on how to configure your build environment visit
 | |
| # http://www.gradle.org/docs/current/userguide/build_environment.html
 | |
| #
 | |
| # Specifies the JVM arguments used for the daemon process.
 | |
| # The setting is particularly useful for tweaking memory settings.
 | |
| # Default value: -Xmx1024m -XX:MaxPermSize=256m
 | |
| # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
 | |
| #
 | |
| # When configured, Gradle will run in incubating parallel mode.
 | |
| # This option should only be used with decoupled projects. More details, visit
 | |
| # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 | |
| # org.gradle.parallel=true
 | |
| #Thu Mar 01 15:28:48 IST 2018
 | |
| org.gradle.jvmargs=-Xmx1536M
 | |
| org.gradle.caching=true
 | |
| android.enableR8.fullMode=false
 | |
| 
 | |
| #systemProp.http.proxyPort=0
 | |
| #systemProp.http.proxyHost=
 | |
| android.useAndroidX=true
 | |
| android.enableJetifier=true
 | |
| android.jetifier.ignorelist=bcprov-jdk15on
 | |
| android.nonTransitiveRClass=false
 | |
| android.nonFinalResIds=false
 |