You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/fobid/linkable-text?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
5
3
6
[![Github Release][release-image]][release-url]
4
7
@@ -7,20 +10,29 @@ You can download Linkable Text Sample application on Google Play.
7
10
[](https://play.google.com/store/apps/details?id=com.github.fobid.linkabletext.sample)
8
11
9
12
# Download
10
-
Download [the latest JAR](https://repo1.maven.org/maven2/com/github/fobid/linkabletext/0.1.0/linkabletext-0.1.0.aar) or grab via Maven:
13
+
Download [the latest JAR](https://repo1.maven.org/maven2/com/github/fobid/linkabletext/0.1.1/linkabletext-0.1.1.aar) or grab via Maven:
sign =true//Determines whether to GPG sign the files. The default is false
111
111
passphrase = properties.getProperty("bintray.gpg.password") //Optional. The passphrase for GPG signing'
112
112
}
113
-
// mavenCentralSync {
114
-
// sync = true //Optional (true by default). Determines whether to sync the version to Maven Central.
115
-
// user = properties.getProperty("bintray.oss.user") //OSS user token
116
-
// password = properties.getProperty("bintray.oss.password") //OSS user password
117
-
// close = '1' //Optional property. By default the staging repository is closed and artifacts are released to Maven Central. You can optionally turn this behaviour off (by puting 0 as value) and release the version manually.
118
-
// }
113
+
mavenCentralSync {
114
+
sync =true//Optional (true by default). Determines whether to sync the version to Maven Central.
115
+
user = properties.getProperty("bintray.oss.user") //OSS user token
116
+
password = properties.getProperty("bintray.oss.password") //OSS user password
117
+
close ='1'//Optional property. By default the staging repository is closed and artifacts are released to Maven Central. You can optionally turn this behaviour off (by puting 0 as value) and release the version manually.
0 commit comments