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

Unified Diff: libadblockplus-android-settings/build.gradle

Issue 29371750: Issue 4794 - adblock engine creating/releasing concurrency (Closed)
Patch Set: updated versions (from minor to patches), made gradle/maven versions consistent Created Jan. 25, 2017, 11:55 a.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 | « libadblockplus-android-settings/AndroidManifest.xml ('k') | libadblockplus-android-settings/pom.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-settings/build.gradle
diff --git a/libadblockplus-android-settings/build.gradle b/libadblockplus-android-settings/build.gradle
index 6f0aefe2cee45984eec953b6d7789e3fd7fcd128..e92fe297786a7bb497e582abd4a1f90fd7436ea8 100644
--- a/libadblockplus-android-settings/build.gradle
+++ b/libadblockplus-android-settings/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
- versionCode 1
- versionName "1.0"
+ versionCode 2
+ versionName "1.0.1"
}
sourceSets {
« no previous file with comments | « libadblockplus-android-settings/AndroidManifest.xml ('k') | libadblockplus-android-settings/pom.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld