Index: adblock-android/build.gradle |
=================================================================== |
--- a/adblock-android/build.gradle |
+++ b/adblock-android/build.gradle |
@@ -61,17 +61,17 @@ |
jni.srcDirs = ['jni'] |
} |
} |
publish { |
userOrg = rootProject.ext.bintrayUserOrg |
groupId = rootProject.ext.bintrayGroupId |
artifactId = 'adblock-android' |
- publishVersion = '3.0' |
+ publishVersion = '3.1' |
licences = rootProject.ext.bintrayLicences |
desc = 'An Android library that provides the core functionality of Adblock Plus.' |
website = rootProject.ext.bintrayWebsite |
issueTracker = rootProject.ext.bintrayIssueTracker |
repository = rootProject.ext.bintrayRepository |
publications = ['abi_allRelease'] |
} |