Skip to content

Commit 06a2254

Browse files
committed
Release v0.1.3
1 parent 6d46f55 commit 06a2254

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.idea/libraries/rules_0_5.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/runner_0_5.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

linkable-text/build.gradle

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

6-
version = '0.1.2'
6+
version = '0.1.3'
77

88
def siteUrl = 'https://github.com/fobid/linkable-text-android' // Homepage URL of the library
99
def gitUrl = 'https://github.com/fobid/linkable-text-android.git' // Git repository URL
@@ -16,7 +16,7 @@ android {
1616
defaultConfig {
1717
minSdkVersion 9
1818
targetSdkVersion 24
19-
versionCode 3
19+
versionCode 4
2020
versionName version
2121

2222
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)