Skip to content

Commit a0b1f3b

Browse files
author
Andrea
committed
- fixed wrong bintray name - updated version number
1 parent 793358f commit a0b1f3b

File tree

4 files changed

+7
-50
lines changed

4 files changed

+7
-50
lines changed

HtmlSpanner/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.artifactory-upload'
33
apply plugin: 'com.github.dcendents.android-maven'
44

55
// This is the library version used when deploying the artifact
6-
version = "1.0.0"
6+
version = "1.0.2"
77

88
group = "it.sysdata.mobile"
99

@@ -64,7 +64,7 @@ ext {
6464
// GROUP_ID
6565
publishedGroupId = group
6666
// ARTIFACT_ID
67-
artifact = 'sdhtmltextview'
67+
artifact = 'htmlspanner'
6868
// VERSION_ID
6969
libraryVersion = version
7070

@@ -73,8 +73,8 @@ ext {
7373
developerEmail = 'team.mobile@sysdata.it'
7474

7575
bintrayRepo = 'maven'
76-
bintrayName = 'sdHtmlTextView'
77-
libraryName = 'sdhtmltextview'
76+
bintrayName = 'sdHtmlSpanner'
77+
libraryName = 'htmlspanner'
7878
bintrayOrganization = 'sysdata'
7979
}
8080

htmltextview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.artifactory-upload'
44
apply plugin: 'com.github.dcendents.android-maven'
55

66
// This is the library version used when deploying the artifact
7-
version = "1.0.0"
7+
version = "1.0.2"
88

99
group = "it.sysdata.mobile"
1010

@@ -75,7 +75,7 @@ ext {
7575
// GROUP_ID
7676
publishedGroupId = group
7777
// ARTIFACT_ID
78-
artifact = 'sdhtmltextview'
78+
artifact = 'htmltextview'
7979
// VERSION_ID
8080
libraryVersion = version
8181

@@ -85,7 +85,7 @@ ext {
8585

8686
bintrayRepo = 'maven'
8787
bintrayName = 'sdHtmlTextView'
88-
libraryName = 'sdhtmltextview'
88+
libraryName = 'htmltextview'
8989
bintrayOrganization = 'sysdata'
9090
}
9191

htmltextview/src/androidTest/java/com/sysdata/kt/htmltextview/ExampleInstrumentedTest.java

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

htmltextview/src/test/java/com/sysdata/kt/htmltextview/ExampleUnitTest.java

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

0 commit comments

Comments
 (0)