* `SpannableMarkdownVisitor` Rename blockQuoteIndent to blockIndent * Fixed block new lines logic for block quote and paragraph (#82) * AsyncDrawable fix no dimensions bug (#81) * Update SpannableTheme to use Px instead of Dimension annotation * Allow TaskListSpan isDone mutation * Updated commonmark-java to 0.12.1 * Add OrderedListItemSpan measure utility method (#78) * Add SpannableBuilder#getSpans method * Fix DataUri scheme handler in image-loader (#74) * Introduced a "copy" builder for SpannableThem Thanks @c-b-h 🙌
		
			
				
	
	
		
			21 lines
		
	
	
		
			692 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			692 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
org.gradle.daemon=true
 | 
						|
org.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8
 | 
						|
#org.gradle.parallel=true
 | 
						|
org.gradle.configureondemand=true
 | 
						|
 | 
						|
android.enableBuildCache=true
 | 
						|
android.buildCacheDir=build/pre-dex-cache
 | 
						|
 | 
						|
VERSION_NAME=2.0.1-SNAPSHOT
 | 
						|
 | 
						|
GROUP=ru.noties
 | 
						|
POM_DESCRIPTION=Markwon
 | 
						|
POM_URL=https://github.com/noties/Markwon
 | 
						|
POM_SCM_URL=https://github.com/noties/Markwon
 | 
						|
POM_SCM_CONNECTION=scm:git:git://github.com/noties/Markwon.git
 | 
						|
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/noties/Markwon.git
 | 
						|
POM_LICENCE_NAME=The Apache Software License, Version 2.0
 | 
						|
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
 | 
						|
POM_LICENCE_DIST=repo
 | 
						|
POM_DEVELOPER_ID=noties
 | 
						|
POM_DEVELOPER_NAME=Dimitry Ivanov |