Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblock-android/build.gradle

Issue 29842555: Issue 6799 - Hebrew subscription is not installed for Hebrew locale (Closed)
Patch Set: Created July 30, 2018, 12:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld