Skip to content

Commit 9a2ad0e

Browse files
author
Salvatore Ranieri
committed
fixed issue with stroke in target 28
1 parent 04d03e3 commit 9a2ad0e

4 files changed

Lines changed: 2 additions & 33 deletions

File tree

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

HtmlSpanner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation fileTree(dir: 'libs', include: ['*.jar'])
3939
implementation 'net.sourceforge.htmlcleaner:htmlcleaner:2.16'
4040
implementation 'com.osbcp.cssparser:cssparser:1.5'
41-
implementation 'io.reactivex:rxjava:1.2.10'
41+
implementation 'io.reactivex:rxjava:1.3.8'
4242
implementation 'io.reactivex:rxandroid:1.2.1'
4343
}
4444

HtmlSpanner/src/main/java/com/sysdata/htmlspanner/spans/BorderSpan.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ public void drawBackground(Canvas c, Paint p,
8686
p.setStrokeWidth( strokeWidth );
8787
right -= strokeWidth;
8888

89-
p.setStyle(Paint.Style.STROKE);
90-
9189
if ( start <= this.start ) {
9290
Log.d("BorderSpan", "Drawing first line");
9391
c.drawLine(left, top, right, top, p);

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.2.51'
4+
ext.kotlin_version = '1.3.31'
55
repositories {
66
google()
77
jcenter()

0 commit comments

Comments
 (0)