We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251322b commit bceb19cCopy full SHA for bceb19c
ringtonepicker/bintray.gradle
@@ -15,7 +15,7 @@
15
if (project.rootProject.file('local.properties').exists()) {
16
apply plugin: 'com.jfrog.bintray'
17
18
- version = "1.2" // This is the library version used when deploying the artifact
+ version = "1.3" // This is the library version used when deploying the artifact
19
20
def siteUrl = 'https://github.com/kevalpatel2106/android-ringtone-picker' // Homepage URL of the library
21
def gitUrl = 'https://github.com/kevalpatel2106/android-ringtone-picker.git' // Git repository URL
0 commit comments